name property

String get name

The file name of the entry. It is just the entity name and does not include the full path.

Implementation

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

Implementation

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