typemustmatch function

Attribute<TypemustmatchAttr> typemustmatch(
  1. String value
)

Implementation

Attribute<TypemustmatchAttr> typemustmatch(String value) {
  return Attribute('typemustmatch', value);
}