ExactAttributeMatcher constructor

ExactAttributeMatcher(
  1. String name,
  2. String? value
)

Implementation

ExactAttributeMatcher(super.name, super.value);