content property

Map<String, MediaType>? get content
inherited

A map containing descriptions of potential response payloads.

Implementation

Map<String, Header>? get headers;/// A map containing descriptions of potential response payloads.
Map<String, MediaType>? get content;