NetworkError.notFound constructor

const NetworkError.notFound(
  1. String reason
)

Implementation

const factory NetworkError.notFound(String reason) = _NotFound;