PhoneConfirmation.dirty constructor

const PhoneConfirmation.dirty({
  1. required String phone,
  2. String value = '',
})

Implementation

const PhoneConfirmation.dirty({required this.phone, String value = ''})
    : super.dirty(value);