summary property
String
get
summary
Sets or retrieves a description and/or structure of the object. @deprecated
Implementation
_i2.String get summary => _i4.getProperty(
this,
'summary',
);
set
summary
(String value)
Implementation
set summary(_i2.String value) {
_i4.setProperty(
this,
'summary',
value,
);
}