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
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
segmentto pathBase using a dot separator. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited