name property
String?
get
name
A human-readable string which will be used to represent the terminal in the UI.
Implementation
_i2.String? get name => _i5.getProperty(
this,
'name',
);
set
name
(String? value)
Implementation
set name(_i2.String? value) {
_i5.setProperty(
this,
'name',
value ?? _i6.undefined,
);
}