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