static CpuSample? parse(Map<String, dynamic>? json) => json == null ? null : CpuSample._fromJson(json);