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