toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (accountId != null) 'accountId': accountId!,
if (annotation != null) 'annotation': annotation!,
if (hashedAccountId != null) 'hashedAccountId': hashedAccountId!,
if (reasons != null) 'reasons': reasons!,
if (transactionEvent != null) 'transactionEvent': transactionEvent!,
};