RefreshSchemasResponse constructor

RefreshSchemasResponse({
  1. RefreshSchemasStatus? refreshSchemasStatus,
})

Implementation

RefreshSchemasResponse({
  this.refreshSchemasStatus,
});