ArcGISImage constructor

ArcGISImage({
  1. required int height,
  2. required int width,
  3. required Uint8List data,
})

Creates a new image object.

Parameters:

  • height — The height of the image.
  • width — The width of the image.
  • data — The byte array containing the data for the image.