StreamChatLocalizationsDe constructor

const StreamChatLocalizationsDe({
  1. String localeName = 'de',
})

Create an instance of the translation bundle for German.

Implementation

const StreamChatLocalizationsDe({super.localeName = 'de'});