parameters property

List<Parameter>? get parameters
inherited

A list of parameters that are applicable for all the operations described under this Path. These parameters can be overridden at the operation level, but cannot be removed there.

Implementation

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