InventoryLocalizationDelegate constructor

const InventoryLocalizationDelegate(
  1. Future localizedStrings,
  2. List languages
)

Implementation

const InventoryLocalizationDelegate(this.localizedStrings, this.languages);