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