toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (hybridStats != null) 'hybridStats': hybridStats!,
      if (infoTypeStats != null) 'infoTypeStats': infoTypeStats!,
      if (processedBytes != null) 'processedBytes': processedBytes!,
      if (totalEstimatedBytes != null)
        'totalEstimatedBytes': totalEstimatedBytes!,
    };