toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final annotationType = this.annotationType;
final data = this.data;
final encodedData = this.encodedData;
final id = this.id;
final kind = this.kind;
final layerId = this.layerId;
final selfLink = this.selfLink;
final updated = this.updated;
final volumeId = this.volumeId;
return {
'annotationType': ?annotationType,
'data': ?data,
'encodedData': ?encodedData,
'id': ?id,
'kind': ?kind,
'layerId': ?layerId,
'selfLink': ?selfLink,
'updated': ?updated,
'volumeId': ?volumeId,
};
}