SquadweEvent constructor
SquadweEvent({
- SquadweEventType? type,
- SquadweEventMessage? message,
- String? identifier,
Implementation
SquadweEvent({this.type, this.message, this.identifier});