detail property
String
get
detail
More detail for this symbol, e.g. the signature of a function.
Implementation
_i2.String get detail => _i5.getProperty(
this,
'detail',
);
set
detail
(String value)
Implementation
set detail(_i2.String value) {
_i5.setProperty(
this,
'detail',
value,
);
}