query property
      
      String?
      get
      query
      
    
    
The query string of the uri
Implementation
_i2.String? get query => _i5.getProperty(
      this,
      'query',
    );
The query string of the uri
_i2.String? get query => _i5.getProperty(
      this,
      'query',
    );