AwardsTelemetry class final

Constructors

AwardsTelemetry()
factory

Properties

awardsTelemetryBox Box<String>
getter/setter pair
currentModel AwardsModel
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

init() Future<void>
isEmpty() bool
isLocked(String award) bool
isUnlocked(String award) bool
lock(String award) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
resets the model, but does not perform a save
resetHard() → void
save() Future<void>
toString() String
A string representation of this object.
inherited
unlock(String award) → void

Operators

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

Constants

awardsDBName → const String