FetchException constructor Null safety

FetchException(
  1. String message
)

ctor

Implementation

FetchException(String message)
    : errorCode = OSError.noErrorCode,
      super(message);