detail property

String? detail

The human-readable detail which is rendered less prominent.

Implementation

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

Implementation

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