GenericNode class
- Implemented types
Constructors
- GenericNode.new({required String id, required String? code, required String? name, required String? ttsName, required String? description, required double? latitude, required double? longitude, required String? zoneId, required Uri? url, required String parentStationId, required String? timezone, required WheelchairBoarding wheelchairBoarding, required String? levelId, required String? platformCode})
-
const
Properties
- code → String?
-
final
- description → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String
-
final
- latitude → double?
-
final
- levelId → String?
-
final
- locationType → LocationType
-
final
- longitude → double?
-
final
- name → String?
-
final
- parentStationId → String
-
final
- platformCode → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timezone → String?
-
final
- ttsName → String?
-
final
- url → Uri?
-
final
- wheelchairBoarding → WheelchairBoarding
-
final
- zoneId → String?
-
final
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.
override