Url constructor

Url(
  1. String? url,
  2. List<int>? indices
)

Implementation

Url(this.url, this.indices);