SpeedLimitModel class
- Annotations
Constructors
- SpeedLimitModel({required double? currentSpeed, required Location? location, required double? speedLimit, required bool exceeding, required CameraProgressInfo? cameraProgressInfo})
-
const
Properties
- cameraProgressInfo → CameraProgressInfo?
-
final
- currentSpeed → double?
-
final
- exceeding → bool
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- location → Location?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- speedLimit → double?
-
final
Methods
-
cameraIcon(
) → String? -
copyWith(
{double? currentSpeed()?, Location? location()?, double? speedLimit()?, CameraProgressInfo? cameraProgressInfo()?, bool exceeding()?}) → SpeedLimitModel -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override