call abstract method

TRes call({
  1. int? month,
  2. List<int>? days,
})

Implementation

TRes call({
  int? month,
  List<int>? days,
});