toJson method

Map<String, dynamic> toJson()

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!,
};