PhoneConfirmation.pure constructor

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

Implementation

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