ApiException.unknown constructor

const ApiException.unknown(
  1. String message
)

Implementation

const ApiException.unknown(final String message)
    : _errorFlags = const {},
      statusCode = 0,
      super.unknown(message);