toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final annotationCount = this.annotationCount;
final annotationTypes = this.annotationTypes;
final annotationsDataLink = this.annotationsDataLink;
final annotationsLink = this.annotationsLink;
final contentVersion = this.contentVersion;
final dataCount = this.dataCount;
final id = this.id;
final kind = this.kind;
final layerId = this.layerId;
final selfLink = this.selfLink;
final updated = this.updated;
final volumeAnnotationsVersion = this.volumeAnnotationsVersion;
final volumeId = this.volumeId;
return {
'annotationCount': ?annotationCount,
'annotationTypes': ?annotationTypes,
'annotationsDataLink': ?annotationsDataLink,
'annotationsLink': ?annotationsLink,
'contentVersion': ?contentVersion,
'dataCount': ?dataCount,
'id': ?id,
'kind': ?kind,
'layerId': ?layerId,
'selfLink': ?selfLink,
'updated': ?updated,
'volumeAnnotationsVersion': ?volumeAnnotationsVersion,
'volumeId': ?volumeId,
};
}