body property
String?
get
body
Implementation
_i2.String? get body => _i4.getProperty(
this,
'body',
);
set
body
(String? value)
Implementation
set body(_i2.String? value) {
_i4.setProperty(
this,
'body',
value ?? _i6.undefined,
);
}