TInitOtpResponse constructor
const
TInitOtpResponse({
- required v1Activity activity,
- v1InitOtpResult? result,
Implementation
const TInitOtpResponse({required this.activity, this.result,});