NetworkException constructor

NetworkException([
  1. dynamic message
])

Implementation

NetworkException([message]) : super(message);