toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (benchmarkIndex != null) 'benchmarkIndex': benchmarkIndex!,
if (credits != null) 'credits': credits!,
if (hostUserAgent != null) 'hostUserAgent': hostUserAgent!,
if (networkUserAgent != null) 'networkUserAgent': networkUserAgent!,
};