toJson method

Map<String, dynamic> toJson()

Implementation

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