TInitOtpResponse constructor

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

Implementation

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