detail property
String?
get
detail
Optional, human-readable details for this item.
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,
);
}