UriList constructor

UriList({
  1. List<Uri>? uris,
})

Implementation

UriList({
  this.uris,
});