fromSql abstract method

D fromSql(
  1. S fromDb
)
inherited

Maps a column from the database back to Dart.

Implementation

D fromSql(S fromDb);