OtpResponse constructor

OtpResponse({
  1. @JsonKey(name: 'otp') String? otp,
})

Implementation

factory OtpResponse({
  @JsonKey(name: 'otp') String? otp,
}) = _OtpResponse;