ReportState class

Inheritance

Constructors

ReportState()

Properties

error String?
no setter
hashCode int
The hash code for this object.
no setterinherited
isReporting bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addListener(StateListener listener) → void
inherited
completeReporting() → void
failReporting(String error) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyListeners() → void
inherited
removeListener(StateListener listener) → void
inherited
startReporting() → void
toString() String
A string representation of this object.
inherited

Operators

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