toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (memoryCapInKibibyte != null)
'memoryCapInKibibyte': memoryCapInKibibyte!,
if (memoryTotalInKibibyte != null)
'memoryTotalInKibibyte': memoryTotalInKibibyte!,
};