CheckCompatibilityRequest constructor
CheckCompatibilityRequest({
- List<
SchemaReference> ? references, - String? schema,
- String? schemaType,
- bool? verbose,
Implementation
CheckCompatibilityRequest({
this.references,
this.schema,
this.schemaType,
this.verbose,
});