PhoneInputEvent.phoneChanged constructor

const PhoneInputEvent.phoneChanged({
  1. required String phone,
})

Implementation

const factory PhoneInputEvent.phoneChanged({required String phone}) =
    _PhoneChanged;