pathItems property

Map<String, PathItem>? get pathItems
inherited

A set of reusable PathItem objects.

Implementation

@_ApiCallbackMapConverter() Map<String, ApiCallback>? get callbacks;/// A set of reusable [PathItem] objects.
 Map<String, PathItem>? get pathItems;