getUrls method

List<String> getUrls()

Get all URLs

Implementation

List<String> getUrls() => List.unmodifiable(urls);