call abstract method

TRes call({
  1. String? id,
  2. String? amount,
  3. double? fee,
  4. Enum$WalletTypeEnum? walletType,
  5. DateTime? createdAt,
  6. DateTime? updatedAt,
  7. Query$getCurrentUserQuantitativeWallets$getCurrentUserQuantitativeWallets$objects$coin? coin,
  8. String? $__typename,
})

Implementation

TRes call({
  String? id,
  String? amount,
  double? fee,
  Enum$WalletTypeEnum? walletType,
  DateTime? createdAt,
  DateTime? updatedAt,
  Query$getCurrentUserQuantitativeWallets$getCurrentUserQuantitativeWallets$objects$coin?
      coin,
  String? $__typename,
});