MarkupEvent constructor

MarkupEvent(
  1. String tag, [
  2. Object? data
])

Implementation

MarkupEvent(this.tag, [this.data]);