menu
tool_database package
documentation
database.dart
JsonTypeConverter2<D, S, J>
fromSql abstract method
fromSql abstract method
dark_mode
light_mode
fromSql
abstract method
D
fromSql
(
S
fromDb
)
inherited
Maps a column from the database back to Dart.
Implementation
D fromSql(S fromDb);
tool_database package
documentation
database
JsonTypeConverter2<D, S, J>
fromSql abstract method
JsonTypeConverter2 mixin