mapToSql abstract method

S? mapToSql(
  1. D? value
)

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

Implementation

S? mapToSql(D? value);