diagram property

Diagram? diagram

This read-only property returns the Diagram that is using this Layer.

Implementation

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

Implementation

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