Types enum Null safety

Inheritance

Constants

car_damage → const Types
const Types(10)
car_setups → const Types
const Types(5)
car_status → const Types
const Types(7)
car_telemetry → const Types
const Types(6)
event → const Types
const Types(3)
final_classification → const Types
const Types(8)
lap_data → const Types
const Types(2)
lobby_info → const Types
const Types(9)
motion → const Types
const Types(0)
participants → const Types
const Types(4)
session → const Types
const Types(1)
session_history → const Types
const Types(11)
unknown → const Types
const Types(12)
values → const List<Types>

A constant List of the values in this enum, in order of their declaration.

const List<Types>

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
index int

The integer index of this enum.

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

Operators

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