Uri constructor
      
      Uri({ 
    
    
- String? description,
 - String? id,
 - String? kind,
 - LocalizedString? localizedDescription,
 - String? uri,
 
Implementation
Uri({
  this.description,
  this.id,
  this.kind,
  this.localizedDescription,
  this.uri,
});