RulerWall.fromJson constructor

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

Implementation

RulerWall.fromJson(Map<String, dynamic> json) {
  mode = json["mode"];
  clazz = json["clazz"];
  adjust = json["adjust"];
  available = json["available"];
  technology = json["technology"];
  cuttingTop = json["cutting.top"];
  quotaSmooth = json["quota_smooth"];
  denoiseModel = json["denoise_model"];
  cutFrameDoor = json["cut_frame.door"];
  cuttingBottom = json["cutting.bottom"];
  quotaVertical = json["quota_vertical"];
  quotaSmoothBk = json["quota_smooth_bk"];
  barrierBehavior = json["barrier_behavior"];
  cutFrameWindow = json["cut_frame.window"];
  quotaVerticalBk = json["quota_vertical_bk"];
  barrierLowThreshold = json["barrier.low_threshold"];
  barrierHighThreshold = json["barrier.high_threshold"];
  barrierInnerThreshold = json["barrier.inner_threshold"];
}