SchemaRefreshConfig.fromJson constructor
SchemaRefreshConfig.fromJson(
- Map json_
Implementation
SchemaRefreshConfig.fromJson(core.Map json_)
: this(
useActionDisplayNames: json_['useActionDisplayNames'] as core.bool?,
useSynchronousSchemaRefresh:
json_['useSynchronousSchemaRefresh'] as core.bool?,
);