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