MediumInfo constructor

MediumInfo(
  1. int? width,
  2. int? height,
  3. String? url
)

Implementation

MediumInfo(this.width, this.height, this.url);