Factory method to hydrate a concrete instance from a DB row (Map).
Model fromMap(Map<String, dynamic> map);