LeadState class

Available Extensions
Annotations
  • @CopyWith()

Constructors

LeadState({required bool ra, required bool rl, required bool la, required bool ll, required bool v1, required bool v2, required bool v3, required bool v4, required bool v5, required bool v6})
LeadState.empty()
LeadState.fromBytes(int state1, int state2)

Properties

hashCode int
The hash code for this object.
no setterinherited
isAttached bool
no setter
isDetached bool
no setter
la bool
no setter
list List<bool>
final
ll bool
no setter
ra bool
no setter
rl bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
v1 bool
no setter
v2 bool
no setter
v3 bool
no setter
v4 bool
no setter
v5 bool
no setter
v6 bool
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toList() List<bool>
toString() String
A string representation of this object.
override

Operators

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