kNoInternetConnectionException property

ServerException kNoInternetConnectionException
final

Implementation

static final kNoInternetConnectionException = ServerException(
  code: ExceptionCode.kNoInternetConnectionExceptionCode,
  message: 'No internet connection!',
)