hasNode method

bool hasNode(
  1. dynamic id
)

Implementation

bool hasNode( id ) {
  return library['nodes']?[ id ] != null;
}