toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
    'CallId': callId,
    'InstanceId': instanceId,
    'ResultTypeName': resultTypeName,
    'ResultJson': resultJson,
    'ResultData': resultData,
    'ResultTeleport': resultTeleport,
};