container property

PdfIndirect? get container

Implementation

PdfIndirect? get container => object == null ? null : PdfIndirect(object!, 0);