ImageData constructor

ImageData(
  1. {required dynamic jpegBuffer}
)

Implementation

ImageData({required this.jpegBuffer});