SchoolZoneWarningOptions class

School zone warning options.

Set the options for configuring of school zone notifications.

Constructors

SchoolZoneWarningOptions()

Properties

filterOutInactiveTimeDependentWarnings ↔ bool
If set to true, all the school zone notifications which have a time restrictions that does not apply for the current time will not be given. If the value is false, all school zone notifications will be given regardless of the time restrictions that they might have.
getter/setter pair
hashCode → int
The hash code for this object.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
warningDistanceInMeters ↔ int
The warning notification distance in meters applicable for school warning regardless of the timing profile. Defaults to 100 meters.
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.