SAPElement class

An element of proxies.

Constructors

SAPElement(Proxy proxy, bool max)
An element of proxies.

Properties

hashCode int
The hash code for this object.
no setterinherited
max bool
Whether the element has maximum value or not.
getter/setter pair
max1 SAPElement?
The maximum element on other axis.
getter/setter pair
max2 SAPElement?
The maximum element on other axis.
getter/setter pair
min1 SAPElement?
The minimum element on other axis.
getter/setter pair
min2 SAPElement?
The minimum element on other axis.
getter/setter pair
pair SAPElement?
The pair element.
getter/setter pair
proxy Proxy
The parent proxy
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value double
The value of the element.
getter/setter pair

Methods

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

Operators

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