toJson method
Implementation
@override
Object toJson() => {
if (resultsReturned.isNotDefault)
'resultsReturned': resultsReturned.toString(),
'executionDuration': ?executionDuration?.toJson(),
if (readOperations.isNotDefault)
'readOperations': readOperations.toString(),
'debugStats': ?debugStats?.toJson(),
};