ImagingSelectionImageRegion3D.fromJson constructor

ImagingSelectionImageRegion3D.fromJson(
  1. Map<String, dynamic> json
)

Factory constructor, accepts Map<String, dynamic> as an argument

Implementation

factory ImagingSelectionImageRegion3D.fromJson(Map<String, dynamic> json) =>
    _$ImagingSelectionImageRegion3DFromJson(json);