Map<String, dynamic> toJson() { return <String, dynamic>{ 'connectedWallets': connectedWallets.map((x) => x.toJson()).toList(), }; }