Dimension class
- Implemented types
Properties
Methods
-
compareTo(
Dimension other) → int -
Compares with
other
Dimension.area.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
subtract(
Dimension other, [bool maximumDifferences = false]) → int -
Returns the difference between
this
andother
, using width and height. -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override