InventoryLocalization constructor

InventoryLocalization(
  1. Locale locale,
  2. Future localizedStrings,
  3. List languages
)

Implementation

InventoryLocalization(this.locale, this.localizedStrings, this.languages);