call abstract method

TRes call({
  1. Enum$RecurrenceType? periodCycle,
  2. int? periodValue,
  3. String? amount,
})

Implementation

TRes call({
  Enum$RecurrenceType? periodCycle,
  int? periodValue,
  String? amount,
});