EcmpRecurrentDataSchedule constructor

EcmpRecurrentDataSchedule({
  1. String? date,
  2. int? amount,
})

Implementation

EcmpRecurrentDataSchedule({
  this.date,
  this.amount,
});