MapSize class
An immutable size in map pixels.
Constructors
- MapSize({required double width, required double height})
-
Creates a new
MapSize.const - MapSize.empty()
-
Creates a new
MapSizewith zero width and height.const
Properties
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