appsIds property

List<String> get appsIds
inherited

appsIds is the list of Apps that are associated with the layer.

Implementation

set attributionHeight(double value);/// [appsIds] is the list of [App]s that are associated with the layer.
List<String> get appsIds;
set appsIds (List<String> value)
inherited

appsIds is the list of Apps that are associated with the layer.

Implementation

List<String> get appsIds;/// [appsIds] is the list of [App]s that are associated with the layer.
set appsIds(List<String> value);