HelpPassportConfig constructor
const
HelpPassportConfig({
- required int hash,
- required DataJSONBase countriesLangs,
Help Passport Config constructor.
Implementation
const HelpPassportConfig({required this.hash, required this.countriesLangs})
: super._();