VolumeLayerInfoLayers.fromJson constructor
VolumeLayerInfoLayers.fromJson(
- Map json_
Implementation
VolumeLayerInfoLayers.fromJson(core.Map json_)
: this(
layerId: json_['layerId'] as core.String?,
volumeAnnotationsVersion:
json_['volumeAnnotationsVersion'] as core.String?,
);