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