UriList constructor

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

Implementation

UriList({
  this.uris,
});