RxPhoto constructor

RxPhoto({
  1. int nonFinalChunkFlag = 0x07,
  2. int finalChunkFlag = 0x08,
  3. bool upright = true,
  4. bool isRaw = false,
  5. required String quality,
  6. required int resolution,
})

Implementation

RxPhoto({
  this.nonFinalChunkFlag = 0x07,
  this.finalChunkFlag = 0x08,
  this.upright = true,
  this.isRaw = false,
  required this.quality,
  required this.resolution,
});