summary property

String summary

Implementation

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

Implementation

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