add method

Adds the specified item.

Implementation

int add(PdfRadioButtonListItem item) {
  return _helper.doAdd(item, false);
}