addPath method

void addPath(
  1. ApiHelperPathItem item
)

Implementation

void addPath(ApiHelperPathItem item) {
  _paths[item.key] = item;
}