data property
      
      Uint8ClampedList
      get
      data
      
    
    
Returns the one-dimensional array containing the data in RGBA order, as integers in the range 0 to 255.
Implementation
_i5.Uint8ClampedList get data => _i4.getProperty(
      this,
      'data',
    );