menu
moose_core package
documentation
moose_core.dart
CountryState
CountryState.new const constructor
CountryState.new const constructor
dark_mode
light_mode
CountryState
constructor
const
CountryState
(
{
required
String
code
,
required
String
name
,
String
?
countryCode
,
Map
<
String
,
dynamic
>
?
extensions
,
})
Implementation
const CountryState({ required this.code, required this.name, this.countryCode, super.extensions, });
moose_core package
documentation
moose_core
CountryState
CountryState.new const constructor
CountryState class