convertToEntityAttribute abstract method

T convertToEntityAttribute(
  1. S databaseValue
)

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

Implementation

T convertToEntityAttribute(S databaseValue);