summary property

String summary

Sets or retrieves a description and/or structure of the object. @deprecated

MDN Reference

Implementation

_i2.String get summary => _i4.getProperty(
      this,
      'summary',
    );
void summary=(String value)

Implementation

set summary(_i2.String value) {
  _i4.setProperty(
    this,
    'summary',
    value,
  );
}