payload property

Object? payload
final

The payload/data to send with the request.

This is the body content for POST, PUT, or other methods that require data. Can be a string, Map, or any serializable object.

Implementation

final Object? payload;