core.Map<core.String, core.dynamic> toJson() { final accountNumber = this.accountNumber; return {'accountNumber': ?accountNumber}; }