Schema constructor
Schema({
- List<
ObjectDefinition> ? objectDefinitions, - List<
String> ? operationIds,
Implementation
Schema({
this.objectDefinitions,
this.operationIds,
});