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