PhotoFilterModel constructor

PhotoFilterModel(
  1. String path,
  2. File imageFile,
  3. Filter filter
)

Implementation

PhotoFilterModel(this.path, this.imageFile, this.filter);