SuffixAttributeMatcher constructor

SuffixAttributeMatcher(
  1. String name,
  2. String? suffix
)

Implementation

SuffixAttributeMatcher(super.name, super.suffix);