SuffixRulesParser class

Tools for parsing and validating a list of suffix rules.

Constructors

SuffixRulesParser()

Properties

hashCode int
The hash code for this object.
no setterinherited
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
process(List<String> rules) List<Rule>
Converts a list of strings into a list of rules.
toString() String
A string representation of this object.
inherited
validate(List<Rule> rules) → void
Validates the format of the provided rules.

Operators

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