LoginEvent.phoneChanged constructor

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

Implementation

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