GPUDriverConfig.fromJson constructor

GPUDriverConfig.fromJson(
  1. Map json_
)

Implementation

GPUDriverConfig.fromJson(core.Map json_)
    : this(
        customGpuDriverPath: json_['customGpuDriverPath'] as core.String?,
        enableGpuDriver: json_['enableGpuDriver'] as core.bool?,
      );