fromMap static method

ServiceAttributesSearchModel fromMap(
  1. Map<String, dynamic> map
)

Implementation

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