fromMap static method
Implementation
static ServiceAttributesModel fromMap(Map<String, dynamic> map) {
return ensureInitialized().decodeMap<ServiceAttributesModel>(map);
}
static ServiceAttributesModel fromMap(Map<String, dynamic> map) {
return ensureInitialized().decodeMap<ServiceAttributesModel>(map);
}