call abstract method

TRes call({
  1. String? name,
  2. String? description,
  3. String? code,
  4. String? cost,
  5. String? url,
  6. String? info,
  7. String? category,
  8. Input$PluginPicturesInput? pictures,
  9. String? icon,
  10. bool? recommended,
})

Implementation

TRes call({
  String? name,
  String? description,
  String? code,
  String? cost,
  String? url,
  String? info,
  String? category,
  Input$PluginPicturesInput? pictures,
  String? icon,
  bool? recommended,
});