Query$getCurrentUserQuantitativeWallets$getCurrentUserQuantitativeWallets constructor

Query$getCurrentUserQuantitativeWallets$getCurrentUserQuantitativeWallets({
  1. int? count,
  2. bool? isLast,
  3. required List<Query$getCurrentUserQuantitativeWallets$getCurrentUserQuantitativeWallets$objects> objects,
})

Implementation

Query$getCurrentUserQuantitativeWallets$getCurrentUserQuantitativeWallets({
  this.count,
  this.isLast,
  required this.objects,
});