diagram property
Diagram?
get
diagram
Gets the Diagram that owns this layout, if it is the value of Diagram#layout.
If this property and #group are non-null, the Group should be in this Diagram.
Implementation
_i3.Diagram? get diagram => _i4.getProperty(
this,
'diagram',
);
set
diagram
(Diagram? value)
Implementation
set diagram(_i3.Diagram? value) {
_i4.setProperty(
this,
'diagram',
value ?? _i5.undefined,
);
}