ImageInputData( Uint8List image, { Lights light = Lights.WHITE_FULL, int pageIndex = 0, }) : _image = image, _light = light, _pageIndex = pageIndex;