HybridModel class
Model containing the displayName, image, eta, marker associated with the latLng.
Constructors
- HybridModel({String? displayName, String? eta, Uint8List? image, LatLng? latLng, Marker? marker})
Properties
- displayName ↔ String?
-
getter/setter pair
- eta ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- image ↔ Uint8List?
-
getter/setter pair
- latLng ↔ LatLng?
-
getter/setter pair
- marker ↔ Marker?
-
getter/setter pair
- 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