BloodAlcoholContentLimit class

Represents the rules regarding alcohol in blood content limit in a country or state for all types of drivers.

Constructors

BloodAlcoholContentLimit()

Properties

commercialDriverLimitInPartsPerMillion ↔ int
Alcohol in blood content limit for commercial drivers expressed in parts per million.
getter/setter pair
hashCode → int
The hash code for this object.
no setter
noviceDriverLimitInPartsPerMillion ↔ int
Alcohol in blood content limit for novice drivers expressed in parts per million.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
standardDriverLimitInPartsPerMillion ↔ int
Alcohol in blood content limit for standard drivers expressed in parts per million.
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.