toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final accountId = this.accountId;
final annotation = this.annotation;
final hashedAccountId = this.hashedAccountId;
final phoneAuthenticationEvent = this.phoneAuthenticationEvent;
final reasons = this.reasons;
final transactionEvent = this.transactionEvent;
return {
'accountId': ?accountId,
'annotation': ?annotation,
'hashedAccountId': ?hashedAccountId,
'phoneAuthenticationEvent': ?phoneAuthenticationEvent,
'reasons': ?reasons,
'transactionEvent': ?transactionEvent,
};
}