ImagingSelectionImageRegion2D.fromJson constructor

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

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

Implementation

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