responses property

Map<String, Response>? get responses
inherited

A set of reusable Response objects.

Implementation

@_SchemaMapConverter() Map<String, Schema>? get schemas;/// A set of reusable [Response] objects.
 Map<String, Response>? get responses;