origin property
      
      String
      get
      origin
      
    
    
The string URL of the current benchmark.
Implementation
_i2.String get origin => _i3.getProperty(
      this,
      'origin',
    );
      
      set
      origin
      (String value) 
      
    
    
    
Implementation
set origin(_i2.String value) {
  _i3.setProperty(
    this,
    'origin',
    value,
  );
}