BikeProfileElectricBikeProfile class
Bike and Electric bike routing profile
Constructors
- BikeProfileElectricBikeProfile({BikeProfile profile = BikeProfile.city, ElectricBikeProfile? eProfile})
-
BikeProfileElectricBikeProfile.fromJson(Map<
String, dynamic> json) -
factory
Properties
- eProfile ↔ ElectricBikeProfile?
-
Selected e-bike profile.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- profile ↔ BikeProfile
-
Selected bike profile.
Default is BikeProfile.city.
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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
covariant BikeProfileElectricBikeProfile other) → bool -
The equality operator.
override