VolumeLayerInfoLayers.fromJson constructor

VolumeLayerInfoLayers.fromJson(
  1. Map json_
)

Implementation

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