parameters property

List<Parameter>? get parameters
inherited

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

List<Parameter>? get parameters => throw _privateConstructorUsedError;