args property

List<String>? args
getter/setter pair

Arguments passed to the entrypoint.

Optional.

Implementation

core.List<core.String>? args;