parameters property
A list of parameters that are applicable for this operation. If a parameter is already defined at the PathItem level, the new definition will override it but can never remove it.
Implementation
@JsonKey(name: 'operationId') String? get id;/// A list of parameters that are applicable for this operation.
/// If a parameter is already defined at the [PathItem] level,
/// the new definition will override it but can never remove it.
List<Parameter>? get parameters;