RouteMaintainer class

Maintains application routing configuration for generated features.

Resolves generated routes and synchronizes them with the routing strategy configured by the selected template.

Implemented types

Constructors

RouteMaintainer()
Creates a route maintainer.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

maintain(GeneratorContext context) Future<void>
Maintains generated project files using the provided context.
override
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