toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (currentLimitBytes != null) 'currentLimitBytes': currentLimitBytes!,
if (currentOoms != null) 'currentOoms': currentOoms!,
if (currentRssBytes != null) 'currentRssBytes': currentRssBytes!,
if (timestamp != null) 'timestamp': timestamp!,
if (totalGbMs != null) 'totalGbMs': totalGbMs!,
};