getPaths method

Map<String, dynamic> getPaths()

Implementation

Map<String, dynamic> getPaths() {
  return swagger['paths'] ?? {};
}