currentLocale property

ChatViewLocale get currentLocale

Implementation

static ChatViewLocale get currentLocale =>
    _localeObjects[_currentLocale] ?? ChatViewLocale.en;