indexOf method

int indexOf(
  1. PdfListFieldItem item
)

Gets the index of the specified item.

Implementation

int indexOf(PdfListFieldItem item) {
  return _helper.list.indexOf(item);
}