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