FFprobeImageInfo constructor

FFprobeImageInfo(
  1. int width,
  2. int height,
  3. String? size
)

Implementation

FFprobeImageInfo(this.width, this.height, this.size);