write property
      
      Future<void>  Function([W?])
      get
      write
      
    
    
    
Implementation
_i2.Future<void> Function([W?]) get write =>
    ([W? p0]) => _i4.promiseToFuture(_i4.callMethod(
          _i4.getProperty(
            this,
            'write',
          ),
          r'call',
          [
            this,
            p0 ?? _i6.undefined,
          ],
        ));
      
      set
      write
      (Future<void>  value([W?])) 
      
    
    
    
Implementation
set write(_i2.Future<void> Function([W?]) value) {
  _i4.setProperty(
    this,
    'write',
    _i4.allowInterop(value),
  );
}