detail property

String get detail

A human-readable string with additional information about this item, like type or symbol information.

Implementation

_i2.String get detail => _i5.getProperty(
      this,
      'detail',
    );
set detail (String value)

Implementation

set detail(_i2.String value) {
  _i5.setProperty(
    this,
    'detail',
    value,
  );
}