PictureInfo constructor

PictureInfo({
  1. String? uuid,
  2. String? type,
  3. int? size,
  4. int? width,
  5. int? height,
  6. String? url,
})

Implementation

PictureInfo({this.uuid, this.type, this.size, this.width, this.height, this.url});