toJson method
Implementation
Map<String, dynamic> toJson() => <String, dynamic>{
'transport': transport,
'host': host,
'clientOrDeviceHandle': clientOrDeviceHandle,
'transportHandle': transportHandle,
'rootCapture': rootCapture
};