call abstract method

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

Implementation

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