payload property

bool? payload
getter/setter pair

A Boolean value to indicate whether payload is wanted.

A payload is data that is sent in the body of an HTTP POST, PUT, or PATCH message and contains important information about the request. Optional.

Implementation

core.bool? payload;