schemas property Null safety

Map<String, APISchemaObject> schemas
read / write

An object to hold reusable APISchemaObject?.

Implementation

Map<String, APISchemaObject> schemas = {};