AttrCheck.endsWith constructor

const AttrCheck.endsWith(
  1. String suffix, {
  2. bool caseSensitive = true,
})

Implementation

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