data property

FetchData? data
getter/setter pair

For FetchMethods that allow you to send data such as FetchMethod.post this holds the data that is to be sent.

Implementation

FetchData? data;