menu
otium_ecommerce
domain/models/phone_confirmation/phone_confirmation.dart
PhoneConfirmation
PhoneConfirmation.pure const constructor
PhoneConfirmation.pure
dark_mode
light_mode
PhoneConfirmation.pure
constructor
const
PhoneConfirmation.pure
(
{
String
phone
=
''
,
String
value
=
''
,
})
Implementation
const PhoneConfirmation.pure({this.phone = '', String value = ''}) : super.pure(value);
otium_ecommerce
phone_confirmation
PhoneConfirmation
PhoneConfirmation.pure const constructor
PhoneConfirmation class