SystemEvent constructor

SystemEvent({
  1. String? type,
})

Implementation

SystemEvent({
  this.type,
});