NetworkExceptions.notFound constructor

const NetworkExceptions.notFound(
  1. String reason
)

Implementation

const factory NetworkExceptions.notFound(String reason) = NotFound;