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.