toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final createTime = this.createTime;
final creator = this.creator;
final description = this.description;
final displayName = this.displayName;
final etag = this.etag;
final name = this.name;
final snapshot = this.snapshot;
return {
'createTime': ?createTime,
'creator': ?creator,
'description': ?description,
'displayName': ?displayName,
'etag': ?etag,
'name': ?name,
'snapshot': ?snapshot,
};
}