ArchRule<T extends DartElement> class

Implementers

Constructors

ArchRule({required Selector<T> selector, required Validation<T> validation, Filter<T>? filter})

Properties

description String
no setter
filter Filter<T>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selector Selector<T>
final
validation Validation<T>
final

Methods

getViolations(DartPackage package) List<ElementViolations<DartElement>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
validate(DartPackage package) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited