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