defaultAppIds property

List<String>? defaultAppIds
getter/setter pair

The list of app IDs that the user has specified to use by default.

The list is in reverse-priority order (lowest to highest).

Implementation

core.List<core.String>? defaultAppIds;