AdapterConfig class

Constructors

AdapterConfig({List<String> deriveFrom = const ['go_router', 'auto_route'], List<String> include = const ['lib/**'], bool fromBuilder = false})
const

Properties

deriveAutoRoute bool
no setter
deriveFrom List<String>
Aktive Ableitungswege (Weg C); Default: beide an.
final
deriveGoRouter bool
no setter
fromBuilder bool
Weg D: statt selbst zu scannen das build_runner-Artefakt ductus_builder.g.json durchreichen (äquivalent zum CLI-Flag --from-builder; das Flag gewinnt).
final
hashCode int
The hash code for this object.
no setterinherited
include List<String>
Glob-Muster relativ zum Projektverzeichnis; Default: lib/**.
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

Static Methods

load(String? configPath) AdapterConfig