schemas property

Map<String, APISchemaObject?>? schemas
getter/setter pair

An object to hold reusable APISchemaObject?.

Implementation

Map<String, APISchemaObject?>? schemas = {};