ExactAttributeMatcher constructor

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

Implementation

ExactAttributeMatcher(String name, String? value) : super(name, value);