APISchemaObject.object constructor

APISchemaObject.object(
  1. Map<String, APISchemaObject>? properties
)

Implementation

APISchemaObject.object(this.properties) : type = APIType.object;