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