rowPrefixes property

List<String>? rowPrefixes
getter/setter pair

Row prefixes to be included in the AuthorizedView.

To provide access to all rows, include the empty string as a prefix ("").

Implementation

core.List<core.String>? rowPrefixes;