invalidateDocumentBounds method
      
void
invalidateDocumentBounds()
      
     
    
(undocumented) Requests that the Diagram updates its #documentBounds in the near-future.
Implementation
void invalidateDocumentBounds() {
  _i4.callMethod(
    this,
    'invalidateDocumentBounds',
    [],
  );
}