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