toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (cpuIdle != null) 'cpuIdle': cpuIdle!,
      if (limits != null) 'limits': limits!,
      if (startupCpuBoost != null) 'startupCpuBoost': startupCpuBoost!,
    };