call abstract method

TRes call({
  1. String? title,
  2. String? zone,
  3. DateTime? from,
  4. DateTime? to,
  5. String? price,
})

Implementation

TRes call({
  String? title,
  String? zone,
  DateTime? from,
  DateTime? to,
  String? price,
});