godot_dart
godot_dart copied to clipboard
Error on Exported methods and RPCs with named parameters
Exported methods RPCs cannot use named parameters in Dart, because they need to be called by Godot which does not have support for named parameters.
godot_dart_build should warn / error if an RPC or Exported method uses named parameters.