requireMapToSql abstract method

S requireMapToSql(
  1. D value
)

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

Implementation

S requireMapToSql(D value);