bool hasBeenDecoded

Whether or not bytes have been decoded yet.

If isEmpty is true, this value is always true.

Source

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