toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (audioStatusReport != null) 'audioStatusReport': audioStatusReport!,
      if (deviceActivityReport != null)
        'deviceActivityReport': deviceActivityReport!,
      if (deviceId != null) 'deviceId': deviceId!,
      if (networkBandwidthReport != null)
        'networkBandwidthReport': networkBandwidthReport!,
      if (peripheralsReport != null) 'peripheralsReport': peripheralsReport!,
    };