Query$getCurrentUserQuantitativeWallets$getCurrentUserQuantitativeWallets constructor
Query$getCurrentUserQuantitativeWallets$getCurrentUserQuantitativeWallets({
- int? count,
- bool? isLast,
- required List<
Query$getCurrentUserQuantitativeWallets$getCurrentUserQuantitativeWallets$objects> objects,
Implementation
Query$getCurrentUserQuantitativeWallets$getCurrentUserQuantitativeWallets({
this.count,
this.isLast,
required this.objects,
});