Url constructor

Url({
  1. String? url,
  2. String? expandedUrl,
  3. String? displayUrl,
  4. List<int>? indices,
  5. Unwound? unwound,
})

Implementation

Url({
  this.url,
  this.expandedUrl,
  this.displayUrl,
  this.indices,
  this.unwound,
});