CloseReceived constructor

CloseReceived([
  1. int? code,
  2. String reason = ''
])

Implementation

CloseReceived([this.code, this.reason = '']);