fromSql method
- int fromDb
override
Maps a column from the database back to Dart.
Implementation
@override
PreciseDateTime fromSql(int fromDb) =>
PreciseDateTime.fromMicrosecondsSinceEpoch(fromDb);
Maps a column from the database back to Dart.
@override
PreciseDateTime fromSql(int fromDb) =>
PreciseDateTime.fromMicrosecondsSinceEpoch(fromDb);