toSql abstract method

S toSql(
  1. D value
)
inherited

Map a value from an object in Dart into something that will be understood by the database.

Implementation

S toSql(D value);