call abstract method

TRes call({
  1. DateTime? to,
  2. DateTime? from,
  3. List<String>? pos,
  4. List<String>? users,
  5. List<String>? forms,
  6. List<String>? executors,
})

Implementation

TRes call({
  DateTime? to,
  DateTime? from,
  List<String>? pos,
  List<String>? users,
  List<String>? forms,
  List<String>? executors,
});