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