toJson method
Implementation
Map<String, dynamic> toJson() => {
'requestId': requestId,
'clientUserIds': clientUserIds,
'sign3UserIds': sign3UserIds,
'newDevice': newDevice,
'deviceId': deviceId,
'vpn': vpn,
'proxy': proxy,
'emulator': emulator,
'remoteAppProviders': remoteAppProviders,
'remoteAppProvidersCount': remoteAppProvidersCount,
'mirroredScreen': mirroredScreen,
'cloned': cloned,
'geoSpoofed': geoSpoofed,
'rooted': rooted,
'ip': ip,
'ipDetails': ipDetails?.toJson(),
'hooking': hooking,
'factoryReset': factoryReset,
'appTampering': appTampering,
'simInfo': simInfo?.toJson(),
'gpsLocation': gpsLocation?.toJson(),
'deviceRiskScore': deviceRiskScore,
'sessionRiskScore': sessionRiskScore,
'additionalData': additionalData,
};