subject property
dynamic
get
subject
Gets or sets an optional object that is the subject of the diagram event. This property defaults to null.
Implementation
_i2.dynamic get subject => _i4.getProperty(
this,
'subject',
);
set
subject
(dynamic value)
Implementation
set subject(_i2.dynamic value) {
_i4.setProperty(
this,
'subject',
value,
);
}