Close constructor

Close(
  1. String? message,
  2. int? reason
)

Implementation

Close(this.message, this.reason);