AttrCheck.exactly constructor

const AttrCheck.exactly(
  1. String value, {
  2. bool caseSensitive = true,
})

Implementation

const AttrCheck.exactly(String value, {this.caseSensitive = true}) : value = '="$value"';