data property
For FetchMethods that allow you to send data such as FetchMethod.post this holds the data that is to be sent.
Implementation
FetchData? data;
For FetchMethods that allow you to send data such as FetchMethod.post this holds the data that is to be sent.
FetchData? data;