stylesGroupQuery property

String stylesGroupQuery

A query that identifies a group of styles. Each style contains references to symbols that can be used across ArcGIS products.

This expression can be used as the query string parameter to find the styles group. Instead of providing your own query, you can use the helper method Portal.fetchStyles to fetch the items in the styles group.

Implementation

String get stylesGroupQuery => _portalInfoHelper._stylesGroupQuery;