Image constructor

Image({
  1. String? id,
  2. String? url,
})

Implementation

Image({this.id, this.url});