call abstract method

TRes call({
  1. double? progress,
  2. double? objective,
  3. double? currentAmount,
  4. int? numberOfParticipants,
  5. Query$challenge$challenge$donation$donation? donation,
})

Implementation

TRes call({
  double? progress,
  double? objective,
  double? currentAmount,
  int? numberOfParticipants,
  Query$challenge$challenge$donation$donation? donation,
});