start property
      
      num?
      get
      start
      
    
    
New start index, defaults to this.start.
Implementation
_i2.num? get start => _i5.getProperty(
      this,
      'start',
    );
      
      set
      start
      (num? value) 
      
    
    
    
Implementation
set start(_i2.num? value) {
  _i5.setProperty(
    this,
    'start',
    value ?? _i6.undefined,
  );
}