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