replacements property

IList<({String match, String replace})> replacements
getter/setter pair

Patterns and their substitutions.

Implementation

IList<({String match, String replace})> replacements;