dither method Null safety

Dither dither(
  1. [DitherObject? filter]
)

Applies an ordered dither filter to the image.

Use the constants defined in \Cloudinary\Transformation\OrderedDither for $level. Receives DitherObject object returns Effect.

Implementation

static Dither dither([DitherObject? filter]) {
  return Dither(filter);
}