BaseEvent constructor

const BaseEvent({
  1. String? tag,
})

Implementation

const BaseEvent({String? tag}) : _tag = tag;