toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (behavioralTrustVerdict != null)
'behavioralTrustVerdict': behavioralTrustVerdict!,
if (cardTestingVerdict != null)
'cardTestingVerdict': cardTestingVerdict!,
if (stolenInstrumentVerdict != null)
'stolenInstrumentVerdict': stolenInstrumentVerdict!,
if (transactionRisk != null) 'transactionRisk': transactionRisk!,
};