body property

String? body
final

body option value: null (no body / GET-like), "*" (whole message is the body), or a field name (only that field is the body).

Implementation

final String? body;