diagram property

Diagram diagram

Gets the diagram associated with the event.

Implementation

_i3.Diagram get diagram => _i4.getProperty(
      this,
      'diagram',
    );
void diagram=(Diagram value)

Implementation

set diagram(_i3.Diagram value) {
  _i4.setProperty(
    this,
    'diagram',
    value,
  );
}