isStream property

bool get isStream

If the inner object is a stream.

Implementation

bool get isStream => object is PdfStream;