SqfliteDatabaseFactoryLoggerType enum
Type of logging. For now, only all logs (no filtering) are supported.
Values
- all → const SqfliteDatabaseFactoryLoggerType
-
All logs are returned. default. For the 3rd party debugging.
- invoke → const SqfliteDatabaseFactoryLoggerType
-
Internal implementation invocation. For internal debugging.
all events are SqfliteLoggerInvokeEvent
Properties
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
-
values
→ const List<
SqfliteDatabaseFactoryLoggerType> - A constant List of the values in this enum, in order of their declaration.