description property

String? description

The human-readable description which is rendered less prominent.

Implementation

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

Implementation

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