indexOf method

int indexOf(
  1. PdfRadioButtonListItem item
)

Gets the index of the item within the collection.

Implementation

int indexOf(PdfRadioButtonListItem item) => _helper.indexOf(item);