HelpPassportConfig constructor

const HelpPassportConfig({
  1. required int hash,
  2. required DataJSONBase countriesLangs,
})

Help Passport Config constructor.

Implementation

const HelpPassportConfig({
  required this.hash,
  required this.countriesLangs,
}) : super._();