call abstract method

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

Implementation

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