url property
      
      String?
      get
      url
      
    
    
    
Implementation
String? get url => _$this._url;
      
      set
      url
      (String? url) 
      
    
    
    
Implementation
set url(String? url) => _$this._url = url;