SmfContractsModule class

SMF Contracts module providing core architectural components and interfaces.

Implemented types
Mixed-in types

Constructors

SmfContractsModule.new()

Properties

brickContributions List<BrickContribution>
List of Mason brick contributions provided by this module.
no setteroverride
di List<DiDependencyGroup>
Dependency injection configuration groups provided by this module.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
moduleDescriptor ModuleDescriptor
Metadata describing this module's identity and dependencies.
no setteroverride
routes RouteGroup
Route definitions and navigation structure provided by this module.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sharedFileContributions List<Contribution>
List of shared file contributions that patch existing files.
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