data property

Map<String, dynamic>? data
final

The serialized body of the request. If the request is set as GET, it will be set as query parameters. If it contains a body, it will be set as one

Implementation

final Map<String, dynamic>? data;