SquadweEvent constructor

SquadweEvent({
  1. SquadweEventType? type,
  2. SquadweEventMessage? message,
  3. String? identifier,
})

Implementation

SquadweEvent({this.type, this.message, this.identifier});