list property

List<String>? list
getter/setter pair

The individual string values.

Implementation

core.List<core.String>? list;