CloseEvent constructor

CloseEvent({
  1. String debugMsg = "",
})

Implementation

CloseEvent({String debugMsg = ""}) : super(debugMsg);