uri property
      
      Uri
      get
      uri
      
    
    
The resource identifier of this item.
Implementation
_i3.Uri get uri => _i5.getProperty(
      this,
      'uri',
    );
      
      set
      uri
      (Uri value) 
      
    
    
    
Implementation
set uri(_i3.Uri value) {
  _i5.setProperty(
    this,
    'uri',
    value,
  );
}