NoConnection constructor
NoConnection({
- String message = "NoConnection",
Implementation
NoConnection({this.message = "NoConnection"});
NoConnection({this.message = "NoConnection"});