AttrCheck.dashPrefixed constructor

const AttrCheck.dashPrefixed(
  1. String prefix, {
  2. bool caseSensitive = true,
})

Implementation

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