Map<String, dynamic> toJson() { final _json = <String, dynamic>{}; _json['otpType'] = otpType; _json['contact'] = contact; return _json; }