call abstract method

TRes call({
  1. List<String>? value,
  2. Enum$CriterionModifier? modifier,
  3. int? depth,
  4. List<String>? excludes,
})

Implementation

TRes call({
  List<String>? value,
  Enum$CriterionModifier? modifier,
  int? depth,
  List<String>? excludes,
});