NetworkError constructor

NetworkError(
  1. String? message
)

Implementation

NetworkError(String? message) : super('NetworkError', message);