SearchSchemaVersionSummary constructor

SearchSchemaVersionSummary({
  1. DateTime? createdDate,
  2. String? schemaVersion,
  3. Type? type,
})

Implementation

SearchSchemaVersionSummary({
  this.createdDate,
  this.schemaVersion,
  this.type,
});