toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (debugStats != null) 'debugStats': debugStats!,
if (executionDuration != null) 'executionDuration': executionDuration!,
if (readOperations != null) 'readOperations': readOperations!,
if (resultsReturned != null) 'resultsReturned': resultsReturned!,
};