menu
superlikers_core package
documentation
inputs.dart
CountryCode
CountryCode.dirty const constructor
CountryCode.dirty const constructor
dark_mode
light_mode
CountryCode.dirty
constructor
const
CountryCode.dirty
(
String
value
, {
List
<
String
>
validCodes
=
defaultValidCodes
,
})
Implementation
const CountryCode.dirty(super.value, {this.validCodes = defaultValidCodes}) : super.dirty();
superlikers_core package
documentation
inputs
CountryCode
CountryCode.dirty const constructor
CountryCode class