CheckCompatibilityRequest constructor

CheckCompatibilityRequest({
  1. List<SchemaReference>? references,
  2. String? schema,
  3. String? schemaType,
  4. bool? verbose,
})

Implementation

CheckCompatibilityRequest({
  this.references,
  this.schema,
  this.schemaType,
  this.verbose,
});