call abstract method

TRes call({
  1. String? str,
  2. int? i,
  3. bool? b,
  4. double? f,
  5. List<Input$PluginArgInput>? o,
  6. List<Input$PluginValueInput>? a,
})

Implementation

TRes call({
  String? str,
  int? i,
  bool? b,
  double? f,
  List<Input$PluginArgInput>? o,
  List<Input$PluginValueInput>? a,
});