SqfliteLoggerInvokeEvent class abstract

Generic method event.

Inheritance
Available Extensions

Constructors

SqfliteLoggerInvokeEvent()

Properties

arguments Object?
Invoke arguments.
no setter
error Object?
Set on failure
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
method String
Invoke method.
no setter
name String
Name of the command (insert/delete/update...) for display only.
no setterinherited
result Object?
The result (result can be null if error is null but cannot be non null if error is null).
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sw Stopwatch?
Stopwatch. for performance testing.
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