EditorImageResult constructor

EditorImageResult(
  1. int imgWidth,
  2. int imgHeight,
  3. File newFile
)

Implementation

EditorImageResult(this.imgWidth, this.imgHeight, this.newFile);