ExistingRouteStatus class

Describes the integration status of an existing application route.

Constructors

ExistingRouteStatus({required ResolvedRoute route, required bool hasDefinition, required bool hasImport, required bool hasRegistration})
Creates a route integration status.
const

Properties

hasDefinition bool
Whether the route definition already exists.
final
hashCode int
The hash code for this object.
no setterinherited
hasImport bool
Whether the route import already exists.
final
hasRegistration bool
Whether the route registration already exists.
final
isComplete bool
Whether the route definition and registration are both present.
no setter
requiresDefinition bool
Whether the route definition needs to be added.
no setter
requiresImport bool
Whether the route import needs to be added.
no setter
requiresRegistration bool
Whether the route registration needs to be added.
no setter
route ResolvedRoute
The resolved route associated with this status.
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