mapToDart abstract method

D? mapToDart(
  1. S? fromDb
)

Maps a column from the database back to Dart.

Implementation

D? mapToDart(S? fromDb);