DebugFlags class
Passed as debugFlags
when calling Store.new to enable debug options.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- logAsyncQueue → const int
- Log async queue details.
- logCacheAll → const int
- Log all cache access.
- logCacheHits → const int
- Log cache hits.
- logExceptionStackTrace → const int
- For a limited number of error conditions, this will try to print stack traces. Note: this is Linux-only, experimental, and has several limitations: The usefulness of these stack traces depends on several factors and might not be helpful at all.
- logQueries → const int
- Log queries.
- logQueryParameters → const int
- Log parameters used in queries.
- logTransactionsRead → const int
- Log read transactions.
- logTransactionsWrite → const int
- Log write transactions.
- logTree → const int
- Log tree API use.
- runThreadingSelfTest → const int
- Run a quick self-test to verify basic threading; somewhat paranoia to check the platform and the library setup.