words property

List<String> get words

All words: executable + arguments.

Implementation

List<String> get words => [executable, ...arguments];