mirror of https://github.com/AMT-Cheif/drift.git
Merge pull request #2615 from paldepind/patch-1
Add missing "not" in documentation for TypeConverter
This commit is contained in:
commit
c8bce4c1e3
|
@ -9,7 +9,7 @@ import '../data_class.dart';
|
|||
/// Dart currently supports [DateTime], [double], [int], [Uint8List], [bool]
|
||||
/// and [String] for [S].
|
||||
///
|
||||
/// Using a type converter does impact the way drift serializes data classes to
|
||||
/// Using a type converter does not impact the way drift serializes data classes to
|
||||
/// JSON by default. To control that, use a [JsonTypeConverter] or a custom
|
||||
/// [ValueSerializer].
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue