SessionDriverRegistration class

Constructors

SessionDriverRegistration({required SessionDriverBuilder builder, DriverDocBuilder<SessionDriverDocContext>? documentation, SessionDriverValidator? validator, List<String> requiresConfig = const []})

Properties

builder SessionDriverBuilder
Function that produces the driver instance.
finalinherited
documentation → DriverDocBuilder<SessionDriverDocContext>?
Optional callback that declares configuration documentation entries.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
requiresConfig List<String>
Configuration keys required by the driver builder.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validator SessionDriverValidator?
Optional validator invoked before the driver is considered valid.
finalinherited

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