call abstract method

TRes call({
  1. bool? active,
  2. bool? color,
  3. bool? gender,
  4. bool? size,
  5. bool? ageGroup,
  6. bool? material,
  7. bool? pattern,
})

Implementation

TRes call({
  bool? active,
  bool? color,
  bool? gender,
  bool? size,
  bool? ageGroup,
  bool? material,
  bool? pattern,
});