parameters property

Map<String, String>? get parameters
inherited

A map representing parameters to pass to an operation as specified with operationId or identified via ref.

Implementation

String? get operationId;/// A map representing parameters to pass to an operation
/// as specified with operationId or identified via [ref].
Map<String, String>? get parameters;