title property
String
get
title
A short, human-readable, title for this code action.
Implementation
_i2.String get title => _i5.getProperty(
this,
'title',
);
set
title
(String value)
Implementation
set title(_i2.String value) {
_i5.setProperty(
this,
'title',
value,
);
}