menu
superlikers_core package
documentation
inputs.dart
PhoneNumber
PhoneNumber.pure const constructor
PhoneNumber.pure const constructor
dark_mode
light_mode
PhoneNumber.pure
constructor
const
PhoneNumber.pure
(
{
int
minLength
=
6
,
int
?
maxLength
,
})
Implementation
const PhoneNumber.pure({this.minLength = 6, this.maxLength}) : super.pure('');
superlikers_core package
documentation
inputs
PhoneNumber
PhoneNumber.pure const constructor
PhoneNumber class