TagMarkup constructor

const TagMarkup(
  1. String tag, {
  2. Set<String>? alias,
})

Implementation

const TagMarkup(this.tag, {this.alias});