PrefixAttributeMatcher constructor

PrefixAttributeMatcher(
  1. String name,
  2. String? prefix
)

Implementation

PrefixAttributeMatcher(super.name, super.prefix);