LanguagePackStringValuePluralized.fromMap constructor
Implementation
LanguagePackStringValuePluralized.fromMap(Map<String, dynamic> map) {
extra = map['@extra'];
client_id = map['@client_id'];
zero_value = map['zero_value'];
one_value = map['one_value'];
two_value = map['two_value'];
few_value = map['few_value'];
many_value = map['many_value'];
other_value = map['other_value'];
}