call abstract method

TRes call({
  1. double? fromPrice,
  2. double? toPrice,
  3. DateTime? from,
  4. DateTime? to,
  5. List<String>? catalogueCategory,
})

Implementation

TRes call({
  double? fromPrice,
  double? toPrice,
  DateTime? from,
  DateTime? to,
  List<String>? catalogueCategory,
});