GPUInfo constructor

GPUInfo({
  1. String? name,
  2. String? version,
})

Implementation

GPUInfo({this.name, this.version});