SchemaRefreshConfig.fromJson constructor

SchemaRefreshConfig.fromJson(
  1. Map json_
)

Implementation

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