Map<String, dynamic> toJson() => { 'result': result?.toString(), 'output': output, if (error != null) 'error': error, 'executionTime': executionTime, 'memoryUsed': memoryUsed, };