content property

Map<String, MediaType>? get content
inherited

A map containing the representations for the header. Must only contain one entry.

Implementation

Map<String, Example>? get examples;/// A map containing the representations for the header.
/// Must only contain one entry.
Map<String, MediaType>? get content;