Exceptions.serverException constructor

const Exceptions.serverException(
  1. Response? response
)

Implementation

const factory Exceptions.serverException(Response? response) =
    ServerException;