allowList property

List<String>? allowList
getter/setter pair

The attributes to allow in this namespace.

e.g.: 'red'

Implementation

core.List<core.String>? allowList;