OtpEvent.started constructor

const OtpEvent.started({
  1. required PhoneVerificationData phoneVerificationData,
})

Implementation

const factory OtpEvent.started({
  required PhoneVerificationData phoneVerificationData,
}) = _Started;