toSql method
- PreciseDateTime value
override
Map a value from an object in Dart into something that will be understood by the database.
Implementation
@override
int toSql(PreciseDateTime value) => value.microsecondsSinceEpoch;
Map a value from an object in Dart into something that will be understood by the database.
@override
int toSql(PreciseDateTime value) => value.microsecondsSinceEpoch;