static Model fromMap(Map<dynamic, dynamic> map) { int id = map["id"]; String name = map["name"]; return Model.valueFromID(id); }