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