StorageDriverDocContext class

Context for generating documentation for a storage driver.

Constructors

StorageDriverDocContext({required String driver, required String pathBase})
Creates a new StorageDriverDocContext.

Properties

driver String
The name of the storage driver.
final
hashCode int
The hash code for this object.
no setterinherited
pathBase String
The base path for configuration paths.
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
Builds a configuration path relative to pathBase.
toString() String
A string representation of this object.
inherited

Operators

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