bool hasBeenDecoded

Whether or not the data has been decoded yet.

True when data has already been decoded.

If this body has no content, this value is true.

Source

bool get hasBeenDecoded => _decodedData != null || isEmpty;