MarshalZone class Null safety

Constructors

MarshalZone(double m_zoneStart, int m_zoneFlag)
const

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
m_zoneFlag int
-1 = invalid/unknown, 0 = none, 1 = green, 2 = blue, 3 = yellow, 4 = red
final
m_zoneStart double
Fraction (0..1) of way through the lap the marshal zone starts
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited