FMTCStoreNotReady class

An error rasied by multiple methods that require the existence of the requested store

Inheritance

Constructors

FMTCStoreNotReady({required String storeName, required bool registered})
Create an error rasied by multiple methods that require the existence of the requested store

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
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