RulerWall class

Constructors

RulerWall({String? mode, String? clazz, num? adjust, bool? available, num? technology, num? cuttingTop, num? quotaSmooth, String? denoiseModel, num? cutFrameDoor, num? cuttingBottom, num? quotaVertical, num? quotaSmoothBk, String? barrierBehavior, num? cutFrameWindow, num? quotaVerticalBk, num? barrierLowThreshold, num? barrierHighThreshold, num? barrierInnerThreshold})
RulerWall.fromJson(Map<String, dynamic> json)

Properties

adjust num?
getter/setter pair
available bool?
getter/setter pair
barrierBehavior String?
getter/setter pair
barrierHighThreshold num?
getter/setter pair
barrierInnerThreshold num?
getter/setter pair
barrierLowThreshold num?
getter/setter pair
clazz String?
getter/setter pair
cutFrameDoor num?
getter/setter pair
cutFrameWindow num?
getter/setter pair
cuttingBottom num?
getter/setter pair
cuttingTop num?
getter/setter pair
denoiseModel String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mode String?
getter/setter pair
quotaSmooth num?
getter/setter pair
quotaSmoothBk num?
getter/setter pair
quotaVertical num?
getter/setter pair
quotaVerticalBk num?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
technology num?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited