SuffixAttributeMatcher constructor

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

Implementation

SuffixAttributeMatcher(String name, String? suffix) : super(name, suffix);