SessionSettings class

Implementers

Constructors

SessionSettings({Duration? connectTimeout, Duration? queryTimeout, QueryMode? queryMode, bool? ignoreSuperfluousParameters})
const

Properties

connectTimeout Duration?
final
hashCode int
The hash code for this object.
no setterinherited
ignoreSuperfluousParameters bool?
When set, the default query map will not throw exception when superfluous parameters are found.
final
queryMode QueryMode?
The Query Execution Mode
final
queryTimeout Duration?
final
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