name property

String get name

Gets or sets the name of the kind of diagram event that this represents. This property should always be set to one of the recognized list of names, as listed in the documentation for DiagramEvent.

Implementation

_i2.String get name => _i4.getProperty(
      this,
      'name',
    );
set name (String value)

Implementation

set name(_i2.String value) {
  _i4.setProperty(
    this,
    'name',
    value,
  );
}