add method

void add(
  1. PdfObject item
)

Implementation

void add(PdfObject item) => items.add(item);