menu
prizorsdk_flutter package
documentation
entities/user/phone.dart
Phone
Phone const constructor
Phone const constructor
dark_mode
light_mode
Phone
constructor
const
Phone
(
{
required
String
?
phoneNumber
,
bool
?
isOptIn
,
})
Implementation
const Phone({ required this.phoneNumber, this.isOptIn, });
prizorsdk_flutter package
documentation
entities/user/phone
Phone
Phone const constructor
Phone class