content property

Map<String, MediaType>? get content
inherited

The content of the request body.

Implementation

bool? get required;/// The content of the request body.
Map<String, MediaType>? get content;