value property
      
      String
      get
      value
      
    
    
Returns the value of the data at the cursor's current position.
Implementation
_i2.String get value => _i4.getProperty(
      this,
      'value',
    );
      
      set
      value
      (String value) 
      
    
    
    
Implementation
set value(_i2.String value) {
  _i4.setProperty(
    this,
    'value',
    value,
  );
}