Image constructor

Image({
  1. String? createdAt,
  2. String? alt,
  3. int? width,
  4. int? height,
  5. String? src,
})

Implementation

Image({this.createdAt, this.alt, this.width, this.height, this.src});