RulerWallWall2 class

Constructors

RulerWallWall2({String? mode, bool? available, num? cuttingTop, num? quotaSmooth, num? cuttingBottom, num? quotaVertical, num? quotaSmoothBk, num? quotaVerticalBk})
RulerWallWall2.fromJson(Map<String, dynamic> json)

Properties

available bool?
getter/setter pair
cuttingBottom num?
getter/setter pair
cuttingTop num?
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

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