ImagingObjectSelectionSeriesInstance.fromJson constructor

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

Implementation

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