getLocale method
Implementation
XmlLocale? getLocale(String argName) {
final locale = this[argName] as String?;
return locale != null && locale.isNotEmpty ? locale.asXmlLocale() : null;
}
XmlLocale? getLocale(String argName) {
final locale = this[argName] as String?;
return locale != null && locale.isNotEmpty ? locale.asXmlLocale() : null;
}