EagleEyeConfig class
Represents the full Eagle Eye configuration.
The EagleEyeConfig contains a list of EagleEyeConfigItems, each defining dependency rules for specific files or file patterns. This class acts as the top-level model for the Eagle Eye configuration system used to enforce architectural constraints.
Constructors
-
EagleEyeConfig({required List<
EagleEyeConfigItem> items}) -
Creates a new EagleEyeConfig with the given list of
items.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
items
↔ List<
EagleEyeConfigItem> -
The list of configuration items defining rules for different files.
getter/setter pair
- 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