OpenApi class

Constructors

OpenApi({required List<Server> servers, required List<Tag> tags, required List<Path> paths, required List<Component> components})
OpenApi.fromMap(YamlMap m)
factory

Properties

components List<Component>
final
hashCode int
The hash code for this object.
no setterinherited
paths List<Path>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
servers List<Server>
final
tags List<Tag>
final

Methods

getComponentFromRef(String ref) → Component
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited