data property Null safety

FetchData? data
read / write

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

Implementation

FetchData? data;