VolumeLayerInfoLayers constructor

VolumeLayerInfoLayers({
  1. String? layerId,
  2. String? volumeAnnotationsVersion,
})

Implementation

VolumeLayerInfoLayers({
  this.layerId,
  this.volumeAnnotationsVersion,
});