core.Map<core.String, core.dynamic> toJson() { final backupId = this.backupId; final requestId = this.requestId; return {'backupId': ?backupId, 'requestId': ?requestId}; }