LookupVersionRequest constructor

LookupVersionRequest({
  1. bool? deleted,
  2. bool? normalize,
  3. List<SchemaReference>? references,
  4. String? schema,
  5. String? schemaType,
})

Implementation

LookupVersionRequest({
  this.deleted,
  this.normalize,
  this.references,
  this.schema,
  this.schemaType,
});