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