ServerCustomEvent constructor

ServerCustomEvent([
  1. String type = 'custom',
  2. Object? _detail
])

Implementation

ServerCustomEvent([String type = 'custom', this._detail]) : super(type);