contains method
Determines whether the specified named destinations presents in the collection.
Implementation
bool contains(PdfNamedDestination namedDestination) {
  return _namedCollections.contains(namedDestination);
}Determines whether the specified named destinations presents in the collection.
bool contains(PdfNamedDestination namedDestination) {
  return _namedCollections.contains(namedDestination);
}