CloseEvent.constructor constructor

CloseEvent.constructor(
  1. String type, {
  2. int? code,
  3. String? reason,
  4. bool? wasClean,
})

Implementation

CloseEvent.constructor(super.type, {this.code, this.reason, this.wasClean})
    : super.internal();