template property
The URI template for the this web tiled layer.
The template uses the {subDomain} (optional), {level}, {row}, and {col}
keys to note how the layer should construct the URI for requesting
individual tiles. The URI should be arranged to reflect how the tiles are
arranged in the cache or on the server, and can point to a web server
(https://) or to a local file cache (file://). Note: the value of
WebTiledLayer.template
cannot be changed after this layer was loaded.
Implementation
String get template => _template.value;