paths property Null safety

Map<String, APIPath?>? paths
read / write

The available paths and operations for the API.

REQUIRED.

Implementation

Map<String, APIPath?>? paths;