SignpostItem class Core
SignpostItem object.
This class should not be instantiated directly. Instead, use the SignpostDetails.items getter to a list of instances.
Constructors
- SignpostItem.init(int id, int mapId)
Properties
- column → int
-
Get the one based column.
no setter
- connectionInfo → SignpostConnectionInfo
-
Get the connection.
no setter
- hasAmbiguity → bool
-
Get the ambiguity.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasSameShieldLevel → bool
-
Get the shield level.
no setter
- mapId → int
-
no setter
- phoneme → String
-
Get the one based column.
no setter
- pictogramType → SignpostPictogramType
-
Gets the pictogram type for the item.
no setter
- pointerId → int
-
no setter
- row → int
-
Get the one based row.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shieldType → RoadShieldType
-
Get the shield type for the item.
no setter
- text → String
-
Get the text.
no setter
- type → SignpostItemType
-
Get the type.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerAutoReleaseObject(
int pointerId) → void -
Registers an object for auto release.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited