fromDb method

DbModel? fromDb(
  1. Map<String, dynamic> map
)

The database row deserializer for the model

Important : it must be overriden

Implementation

DbModel? fromDb(Map<String, dynamic> map) => null;