formulas property

List<String> get formulas

The rule's formula / threshold operands (0-2 entries).

Implementation

List<String> get formulas => List.unmodifiable(_formulas);