Map<String, dynamic> toJson() { return { 'result': this.wallets?.map((e) => e.toJson())?.toList() ?? [], }; }