toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final downloadSpeedKbps = this.downloadSpeedKbps;
  final reportTime = this.reportTime;
  return {'downloadSpeedKbps': ?downloadSpeedKbps, 'reportTime': ?reportTime};
}