AttributeMatcher constructor

const AttributeMatcher(
  1. String name,
  2. String? value
)

Implementation

const AttributeMatcher(this.name, this.value);