CreateVersionRequest constructor

CreateVersionRequest({
  1. int? id,
  2. bool? normalize,
  3. List<SchemaReference>? references,
  4. String? schema,
  5. String? schemaType,
  6. int? version,
})

Implementation

CreateVersionRequest({
  this.id,
  this.normalize,
  this.references,
  this.schema,
  this.schemaType,
  this.version,
});