SqfliteOptions class

Class representing SqfliteOptions.

Annotations

Constructors

SqfliteOptions({int? logLevel})
deprecated

Properties

androidThreadCount ↔ int?
deprecated
getter/setter pair
androidThreadPriority ↔ int?
deprecated
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
logLevel ↔ int?
deprecated
getter/setter pair
queryAsMapList ↔ bool?
deprecated
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

fromMap(Map<String, Object?> map) → void
deprecated
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() → Map<String, Object?>
deprecated
toString() → String
A string representation of this object.
inherited

Operators

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