convertToDatabaseColumn abstract method

S convertToDatabaseColumn(
  1. T entityValue
)

Converts the value from the Dart type T to the database type S.

Implementation

S convertToDatabaseColumn(T entityValue);