| Index: sky/engine/bindings/scripts/dart_methods.py
|
| diff --git a/sky/engine/bindings/scripts/dart_methods.py b/sky/engine/bindings/scripts/dart_methods.py
|
| index 25b3d88bd9d6fafa3ea8f076e91bb60e38146c94..014f28b7b49e7f29495ee11812e2ec08e6b36bd3 100644
|
| --- a/sky/engine/bindings/scripts/dart_methods.py
|
| +++ b/sky/engine/bindings/scripts/dart_methods.py
|
| @@ -125,6 +125,7 @@ def argument_context(interface, method, argument, index):
|
| 'local_cpp_type': local_cpp_type,
|
| # FIXME: check that the default value's type is compatible with the argument's
|
| 'default_value': default_value,
|
| + 'is_named': 'Named' in extended_attributes,
|
| 'dart_default_value': dart_default_value,
|
| 'enum_validation_expression': idl_type.enum_validation_expression,
|
| 'preprocessed_type': preprocessed_type,
|
|
|