Returns a List of all URLs.
List<String> get urls => _assets.values.map((e) => e.objectURL).toList();