Map<String, dynamic> toJson() { final accountId = this.accountId; final email = this.email; return { 'accountId': accountId, 'email': email, }; }