contains method

bool contains(
  1. PdfListFieldItem item
)

Determines whether the item is present in the collection.

Implementation

bool contains(PdfListFieldItem item) {
  return _helper.list.contains(item);
}