CollectResult constructor

CollectResult({
  1. String imageCropBase64 = '',
  2. String imageSrcBase64 = '',
  3. String error = '',
})

Implementation

CollectResult({
  this.imageCropBase64 = '',
  this.imageSrcBase64 = '',
  this.error = '',
});