RiskInfo constructor
RiskInfo({})
Creates a new risk information object.
Implementation
RiskInfo({
required this.isMobile,
required this.isVpn,
required this.isTor,
required this.isProxy,
required this.isDatacenter,
required this.riskScore,
});