summary property

String get summary

Implementation

String get summary => js_util.getProperty(this, 'summary');
set summary (String newValue)

Implementation

set summary(String newValue) {
  js_util.setProperty(this, 'summary', newValue);
}