PublicTransportParameters class Core
Public Transport OverlayItem details. This class provides detailed information specific to public transport overlay.
/
- Inheritance
-
- Object
- OverlayItemParameters
- PublicTransportParameters
Constructors
- PublicTransportParameters({required int? id, required DateTime? createStampUtc, required int? iconId, required String? name, required bool? strDrivingDirectionFlag})
-
PublicTransportParameters.fromParameters(List<
GemParameter> params) -
factory
Properties
- createStampUtc ↔ DateTime?
-
getter/setter pairoverride-getter
- hashCode → int
-
The hash code for this object.
no setterinherited
- iconId ↔ int?
-
getter/setter pairoverride-getter
- id ↔ int?
-
getter/setter pairoverride-getter
- name ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- strDrivingDirectionFlag ↔ bool?
-
getter/setter pair
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