words property

List<String>? words
getter/setter pair

For example: sale, invoice, bill, order

Implementation

core.List<core.String>? words;