parameter property

dynamic parameter

Gets or sets an optional object that describes the change to the subject of the diagram event. This property defaults to null.

Implementation

_i2.dynamic get parameter => _i4.getProperty(
      this,
      'parameter',
    );
void parameter=(dynamic value)

Implementation

set parameter(_i2.dynamic value) {
  _i4.setProperty(
    this,
    'parameter',
    value,
  );
}