ImageData constructor

ImageData({
  1. required Uint8List imageBytes,
})

Implementation

ImageData({
  required this.imageBytes,
});