call abstract method

TRes call({
  1. String? title,
  2. bool? done,
})

Implementation

TRes call({
  String? title,
  bool? done,
});