text property
      
      String Function()
      get
      text
      
    
    
    
Implementation
_i2.String Function() get text => () => _i4.callMethod(
      _i4.getProperty(
        this,
        'text',
      ),
      r'call',
      [this],
    );
      
      set
      text
      (String value()) 
      
    
    
    
Implementation
set text(_i2.String Function() value) {
  _i4.setProperty(
    this,
    'text',
    _i4.allowInterop(value),
  );
}