toJson method

Map<String, dynamic> toJson()

Implementation

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