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