DucTelemetry class

Constructors

DucTelemetry()
factory

Properties

allEntries List<EphemeralScoutingData>
no setter
allHollisticEntries List<HollisticMatchScoutingData>
no setter
hashCode int
The hash code for this object.
no setterinherited
length int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clear() Future<void>
delete(int index) Future<void>
deleteDisk() Future<void>
deleteID(String id) Future<void>
forEach(void fx(EphemeralScoutingData? data)) → void
forEachHollistic(void cb(HollisticMatchScoutingData data)) → void
hasFailingTelemetryVersions() bool
loadBoxes() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
put(EphemeralScoutingData data) Future<void>
save(EphemeralScoutingData data) Future<void>
searchFor(String id) Future<EphemeralScoutingData?>
toString() String
A string representation of this object.
inherited
validateAllEntriesVersion() → ({List<String> failedIds, bool res})

Operators

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