toSql abstract method
S
toSql(
- D value
Map a value from an object in Dart into something that will be understood by the database.
Implementation
S toSql(D value);
Map a value from an object in Dart into something that will be understood by the database.
S toSql(D value);