contains method
Determines whether the item is present in the collection.
Implementation
bool contains(PdfListFieldItem item) {
return _helper.list.contains(item);
}
Determines whether the item is present in the collection.
bool contains(PdfListFieldItem item) {
return _helper.list.contains(item);
}