body property

String get body

The body string of detail description.

Implementation

String get body => _wrapped.body;
set body (String v)

Implementation

set body(String v) {
  _wrapped.body = v;
}