name property

String name

Gets or sets the transaction name for this collection of changes. This is set by a top-level call to UndoManager#commitTransaction.

Implementation

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

Implementation

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