StreamChatLocalizationsEn constructor

const StreamChatLocalizationsEn({
  1. String localeName = 'en',
})

Create an instance of the translation bundle for English.

Implementation

const StreamChatLocalizationsEn({super.localeName = 'en'});