Normally named parameters that are named with a leading underscore are rejected with a compile-time error. Given: classFoo{finalint?_x;Foo({this._x}); }voidmain() {varfoo=Foo(_x:42);print(foo._x); } Executing th
FWIW,Function.applywith non-constSymbols is checked in a this test:https://github.com/dart-lang/sdk/blob/11a4a94b950db8d409c7c6eb7c571282c99ac0ce/tests/corelib/apply_generic_function_test.dart. Fixing it is easy in dart2wasm asSymbols already carry theStrings they're created from:https...
// When the user taps the button, navigate to a named route // and provide the arguments as an optional parameter. Navigator.pushNamed( context, PassArgumentsScreen.routeName, arguments: ScreenArguments( 'Accept Arguments Screen', 'This message is extracted in the onGenerateRoute function.', )...
Roll Dart Documentation Generator from 6b8b1c46da9a to ce5bd271eda9 (… … 1ab0414 This issue was closed. Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment Assignees scheglov Labels area-analyzer closed-obsolete type-enhancement Projec...