toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final layerId = this.layerId;
final volumeAnnotationsVersion = this.volumeAnnotationsVersion;
return {
'layerId': ?layerId,
'volumeAnnotationsVersion': ?volumeAnnotationsVersion,
};
}