SessionDriverDocContext class

Context object supplied to a SessionDriverDocBuilder.

It mainly exists to help the builder derive fully-qualified configuration paths.

Constructors

SessionDriverDocContext({required String driver, required String pathBase})

Properties

driver String
Normalised driver identifier being documented.
final
hashCode int
The hash code for this object.
no setterinherited
pathBase String
Root configuration path (e.g. “session”).
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
path(String segment) String
Produces a full configuration path by appending segment to pathBase using a dot separator.
toString() String
A string representation of this object.
inherited

Operators

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