rules property

UnmodifiableListView<Rule<Coordinate, Base>> get rules

Rules that define the behavior of the automaton.

Implementation

UnmodifiableListView<Rule<Coordinate, Base>> get rules =>
    UnmodifiableListView(_rules);