SpeedAlertOptions class Navigation

Speed alert options.

Constructors

SpeedAlertOptions({required double minorSpeedAlertThresholdPercentage, required double majorSpeedAlertThresholdPercentage, required double severityUpgradeDurationSeconds})
Initialize with minor and major speed alert threshold percentages and severity upgrade duration.

Properties

hashCode int
The hash code for this object.
no setterinherited
majorSpeedAlertThresholdPercentage double
final
minorSpeedAlertThresholdPercentage double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severityUpgradeDurationSeconds double
final

Methods

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.
inherited