menu
conduit_open_api
open_api_v3
APIDocument
paths property
paths
brightness_4
paths
property
Null safety
Map
<
String
,
APIPath
?
>
?
paths
read / write
The available paths and operations for the API.
REQUIRED.
Implementation
Map<String, APIPath?>? paths;
conduit_open_api
open_api_v3
APIDocument
paths property
APIDocument class
Constructors
APIDocument
fromMap
Properties
castMap
components
extensions
hashCode
info
paths
referenceURI
runtimeType
security
servers
tags
version
Methods
asMap
decode
encode
noSuchMethod
toString
Operators
operator ==