fromSql abstract method

D fromSql(
  1. S fromDb
)

Maps a column from the database back to Dart.

Implementation

D fromSql(S fromDb);