detail property
String?
get
detail
An optional string which is rendered less prominently directly after {@link CompletionItemLabel.label label}, without any spacing. Should be used for function signatures or type annotations.
Implementation
_i2.String? get detail => _i5.getProperty(
this,
'detail',
);
set
detail
(String? value)
Implementation
set detail(_i2.String? value) {
_i5.setProperty(
this,
'detail',
value ?? _i6.undefined,
);
}