NoConnection constructor

NoConnection({
  1. String message = "NoConnection",
})

Implementation

NoConnection({this.message = "NoConnection"});