start property
      
      Position?
      get
      start
      
    
    
New start position, defaults to {@link Range.start current start}
Implementation
_i3.Position? get start => _i5.getProperty(
      this,
      'start',
    );
      
      set
      start
      (Position? value) 
      
    
    
    
Implementation
set start(_i3.Position? value) {
  _i5.setProperty(
    this,
    'start',
    value ?? _i6.undefined,
  );
}