name property
String
get
name
Returns the name of the index.
Implementation
_i2.String get name => _i4.getProperty(
this,
'name',
);
set
name
(String value)
Implementation
set name(_i2.String value) {
_i4.setProperty(
this,
'name',
value,
);
}