content property
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;