requireMapToDart method

  1. @override
T requireMapToDart(
  1. int fromDb
)
override

Maps a non-null column from the database back to Dart.

Implementation

@override
T requireMapToDart(int fromDb) {
  return values[fromDb];
}