build method

ImageProcessor build()
override

Completes the building process and gets the {@link ImageProcessor} instance.

Implementation

ImageProcessor build() {
  return ImageProcessor._(this);
}