MediaAttachmentsUri constructor

MediaAttachmentsUri({
  1. Authority? authority,
  2. Fragment? fragment,
  3. Authority? path,
  4. Fragment? query,
  5. String? scheme,
  6. String? uriString,
  7. String? host,
  8. int? port,
  9. String? file,
})

Implementation

MediaAttachmentsUri({
  this.authority,
  this.fragment,
  this.path,
  this.query,
  this.scheme,
  this.uriString,
  this.host,
  this.port,
  this.file
});