localizedName property

String get localizedName

Returns the localized bot name based on the current locale.

Implementation

String get localizedName => _getLocalized(name);