tileSources property

Set<String> tileSources

Provides the sources of all layers of this theme.

Implementation

Set<String> get tileSources =>
    layers.map((e) => e.tileSource).whereType<String>().toSet();