call abstract method

TRes call({
  1. String? title,
  2. String? description,
  3. Input$PictureInput? picture,
  4. String? emoji,
  5. String? color,
  6. double? weight,
  7. bool? isRare,
  8. String? points,
  9. String? fallback,
  10. String? qualitative,
  11. bool? empty,
  12. bool? again,
  13. String? price,
})

Implementation

TRes call({
  String? title,
  String? description,
  Input$PictureInput? picture,
  String? emoji,
  String? color,
  double? weight,
  bool? isRare,
  String? points,
  String? fallback,
  String? qualitative,
  bool? empty,
  bool? again,
  String? price,
});