toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final approver = this.approver;
final author = this.author;
final changeType = this.changeType;
final createEntry = this.createEntry;
final createEntryLink = this.createEntryLink;
final createGlossary = this.createGlossary;
final createGlossaryCategory = this.createGlossaryCategory;
final createGlossaryTerm = this.createGlossaryTerm;
final createTime = this.createTime;
final dataProductAccessRequest = this.dataProductAccessRequest;
final deleteEntry = this.deleteEntry;
final deleteEntryLink = this.deleteEntryLink;
final deleteGlossary = this.deleteGlossary;
final deleteGlossaryCategory = this.deleteGlossaryCategory;
final deleteGlossaryTerm = this.deleteGlossaryTerm;
final etag = this.etag;
final justification = this.justification;
final labels = this.labels;
final name = this.name;
final rejectionComment = this.rejectionComment;
final resource = this.resource;
final reviewerComment = this.reviewerComment;
final state = this.state;
final uid = this.uid;
final updateEntry = this.updateEntry;
final updateGlossary = this.updateGlossary;
final updateGlossaryCategory = this.updateGlossaryCategory;
final updateGlossaryTerm = this.updateGlossaryTerm;
final updateTime = this.updateTime;
return {
'approver': ?approver,
'author': ?author,
'changeType': ?changeType,
'createEntry': ?createEntry,
'createEntryLink': ?createEntryLink,
'createGlossary': ?createGlossary,
'createGlossaryCategory': ?createGlossaryCategory,
'createGlossaryTerm': ?createGlossaryTerm,
'createTime': ?createTime,
'dataProductAccessRequest': ?dataProductAccessRequest,
'deleteEntry': ?deleteEntry,
'deleteEntryLink': ?deleteEntryLink,
'deleteGlossary': ?deleteGlossary,
'deleteGlossaryCategory': ?deleteGlossaryCategory,
'deleteGlossaryTerm': ?deleteGlossaryTerm,
'etag': ?etag,
'justification': ?justification,
'labels': ?labels,
'name': ?name,
'rejectionComment': ?rejectionComment,
'resource': ?resource,
'reviewerComment': ?reviewerComment,
'state': ?state,
'uid': ?uid,
'updateEntry': ?updateEntry,
'updateGlossary': ?updateGlossary,
'updateGlossaryCategory': ?updateGlossaryCategory,
'updateGlossaryTerm': ?updateGlossaryTerm,
'updateTime': ?updateTime,
};
}