Size2D class
Represents the size of a 2D structure.
Constructors
- Size2D(double width, double height)
- Creates a new instance.
- Size2D.zero()
- Creates a new instance.
Properties
- hashCode → int
-
The hash code for this object.
no setter
- height ↔ double
-
The height represents the size along the Y axis. Default is 0.0.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- width ↔ double
-
The width represents the size along the X axis. Default is 0.0.
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.