remove method
Removes the specified PdfListFieldItem.
Implementation
void remove(PdfListFieldItem item) {
if (_helper.list.contains(item)) {
_doRemove(item);
}
}
Removes the specified PdfListFieldItem.
void remove(PdfListFieldItem item) {
if (_helper.list.contains(item)) {
_doRemove(item);
}
}