CheckSchemaVersionValidityResponse constructor

CheckSchemaVersionValidityResponse({
  1. String? error,
  2. bool? valid,
})

Implementation

CheckSchemaVersionValidityResponse({
  this.error,
  this.valid,
});