line property
      
      num
      get
      line
      
    
    
The current line number in an input stream.
Implementation
_i2.num get line => _i3.getProperty(
      this,
      'Line',
    );
      
      set
      line
      (num value) 
      
    
    
    
Implementation
set line(_i2.num value) {
  _i3.setProperty(
    this,
    'Line',
    value,
  );
}