FMTCStoreNotReady class

An Error indicating that a store did not exist when it was expected to

Commonly thrown by statistic operations, but can be thrown from multiple other places.

Inheritance

Constructors

FMTCStoreNotReady({required String storeName, required bool registered})
An Error indicating that a store did not exist when it was expected to

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
A human readable description of the error, and steps that may be taken to avoid this error being thrown again
final
registered bool
Whether this store was registered internally.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace?
The stack trace at the point where this error was first thrown.
no setterinherited
storeName String
The store name that the method tried to access
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Similar to message, but suitable for console output in an unknown context
override

Operators

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