convertToDatabaseColumn abstract method
S
convertToDatabaseColumn(
- T entityValue
Converts the value from the Dart type T to the database type S.
Implementation
S convertToDatabaseColumn(T entityValue);