localizedName property
String
get
localizedName
Returns the localized bot name based on the current locale.
Implementation
String get localizedName => _getLocalized(name);
Returns the localized bot name based on the current locale.
String get localizedName => _getLocalized(name);