ApiException.serverException constructor

const ApiException.serverException({
  1. required String message,
})

Implementation

const factory ApiException.serverException({
  required String message,
}) = _ServerException;