FeatureDependency class

A parent-of link from one feature to another with required/optional distinction.

Constructors

FeatureDependency({required String featureName, required bool isRequired})

Properties

featureName String
Name of the parent feature this dependency points to.
final
hashCode int
The hash code for this object.
no setterinherited
isRequired bool
Whether this is a hard dependency (declared via dependsOn — parent activation is required) or a soft one (optionalDependsOn — child activates regardless).
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