StartSchemaCreationResponse constructor

StartSchemaCreationResponse({
  1. SchemaStatus? status,
})

Implementation

StartSchemaCreationResponse({
  this.status,
});