call abstract method

TRes call({
  1. double? numLevels,
  2. double? avgBasketValue,
  3. double? rewardPercent,
  4. double? inactiveDays,
  5. String? businessDescription,
  6. String? tone,
  7. List<String>? brandColors,
  8. String? language,
  9. double? pointValue,
  10. String? currency,
  11. double? avgMonthlyVisits,
})

Implementation

TRes call({
  double? numLevels,
  double? avgBasketValue,
  double? rewardPercent,
  double? inactiveDays,
  String? businessDescription,
  String? tone,
  List<String>? brandColors,
  String? language,
  double? pointValue,
  String? currency,
  double? avgMonthlyVisits,
});