setBody method

dynamic setBody(
  1. String value
)

Implementation

setBody(String value) {
  _body = value;
}