alias property
String?
get
alias
The alias to use.
@default null
Implementation
_i2.String? get alias => _i4.getProperty(
this,
'alias',
);
set
alias
(String? value)
Implementation
set alias(_i2.String? value) {
_i4.setProperty(
this,
'alias',
value ?? _i6.undefined,
);
}