fromFloat32Array property
      
      DOMMatrix Function(Float32List)
      get
      fromFloat32Array
      
    
    
    
Implementation
static _i3.DOMMatrix Function(_i5.Float32List) get fromFloat32Array =>
    (_i5.Float32List p0) => _i4.callMethod(
          _i4.getProperty(
            _i8.target691,
            'fromFloat32Array',
          ),
          r'call',
          [
            _i8.target691,
            p0,
          ],
        );
      
      set
      fromFloat32Array
      (DOMMatrix value(Float32List)) 
      
    
    
    
Implementation
static set fromFloat32Array(_i3.DOMMatrix Function(_i5.Float32List) value) {
  _i4.setProperty(
    _i8.target691,
    'fromFloat32Array',
    _i4.allowInterop(value),
  );
}