v1InitOtpAuthResult constructor

const v1InitOtpAuthResult({
  1. required String otpId,
})

Implementation

const v1InitOtpAuthResult({
  required  this.otpId,
});