call abstract method

TRes call({
  1. String? item,
  2. bool? correct,
})

Implementation

TRes call({
  String? item,
  bool? correct,
});