english property
String
get
english
Description in English. Empty string if not found
Implementation
String get english =>
MCCEnglishDataset[code.toString().padLeft(4, '0')] ?? '';
Description in English. Empty string if not found
String get english =>
MCCEnglishDataset[code.toString().padLeft(4, '0')] ?? '';