TInitOtpResponse constructor

const TInitOtpResponse({
  1. required v1Activity activity,
  2. v1InitOtpResultV2? result,
})

Implementation

const TInitOtpResponse({
  required this.activity,
  this.result,
});