name property

String name

Returns the name of the store.

MDN Reference

Implementation

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

Implementation

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