GPUInfo.fromJson constructor

GPUInfo.fromJson(
  1. Map<String, dynamic> srcJson
)

Implementation

factory GPUInfo.fromJson(Map<String, dynamic> srcJson) =>
    _$GPUInfoFromJson(srcJson);