contains method

bool contains(
  1. PdfRadioButtonListItem item
)

Determines whether the collection contains the specified item.

Implementation

bool contains(PdfRadioButtonListItem item) => _helper.contains(item);