read abstract method

T read(
  1. Object fromSql
)

Interprets the underlying fromSql value from the database driver into the Dart representation T of this type.

Implementation

T read(Object fromSql);