call abstract method

TRes call({
  1. String? name,
  2. String? description,
  3. List<String>? descriptionList,
  4. List<Input$ProductSpecsInput>? specs,
})

Implementation

TRes call({
  String? name,
  String? description,
  List<String>? descriptionList,
  List<Input$ProductSpecsInput>? specs,
});