fromPoint property
      
      DOMPoint Function([DOMPointInit?])
      get
      fromPoint
      
    
    
    
Implementation
static _i3.DOMPoint Function([_i3.DOMPointInit?]) get fromPoint =>
    ([_i3.DOMPointInit? p0]) => _i4.callMethod(
          _i4.getProperty(
            _i8.target148,
            'fromPoint',
          ),
          r'call',
          [
            _i8.target148,
            p0 ?? _i6.undefined,
          ],
        );
      
      set
      fromPoint
      (DOMPoint value([DOMPointInit?])) 
      
    
    
    
Implementation
static set fromPoint(_i3.DOMPoint Function([_i3.DOMPointInit?]) value) {
  _i4.setProperty(
    _i8.target148,
    'fromPoint',
    _i4.allowInterop(value),
  );
}