SchemaRefreshConfig constructor

SchemaRefreshConfig({
  1. bool? useActionDisplayNames,
  2. bool? useSynchronousSchemaRefresh,
})

Implementation

SchemaRefreshConfig({
  this.useActionDisplayNames,
  this.useSynchronousSchemaRefresh,
});