requireToSql abstract method

S requireToSql(
  1. D value
)

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

Implementation

S requireToSql(D value);