ZoomRangeIdl class final
Describes the range of zoom levels. Zooming is allowed between zMin and zMax values.
- Available extensions
Constructors
- ZoomRangeIdl({required int zMin, required int zMax})
-
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.
override
Operators
-
operator ==(
covariant ZoomRangeIdl other) → bool -
The equality operator.
override