ItemPosition class

ItemPosition consists coordinates, order and information about last (information) item

Constructors

ItemPosition({required int number, required double position, bool isInformationalItem = false, int amountAdditionalItems = 0})

Properties

amountAdditionalItems int
final
hashCode int
The hash code for this object.
no setterinherited
isInformationalItem bool
Is the item last (information) which shows amount of additional (hidden) items
final
number int
Ordinal number
final
position double
Coordinate
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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