args property

List<String>? args
getter/setter pair

Arguments to the entrypoint.

The specified arguments replace and override any existing entrypoint arguments. Must be empty if clear_args is set to true.

Implementation

core.List<core.String>? args;