isCompressed property
bool
get
isCompressed
Whether this is a compressed object (in an object stream).
Implementation
bool get isCompressed => objectStreamNumber != null;
Whether this is a compressed object (in an object stream).
bool get isCompressed => objectStreamNumber != null;