overload property

List<OperationDefinitionOverload>? overload
inherited

overload Defines an appropriate combination of parameters to use when invoking this operation, to help code generators when generating overloaded parameter sets for this operation.

Implementation

List<OperationDefinitionOverload>? get overload =>
    throw _privateConstructorUsedError;