VMEvent constructor

const VMEvent({
  1. String? typeTag,
  2. String? data,
})

Implementation

const VMEvent({this.typeTag, this.data});