Images constructor

Images({
  1. String? title,
  2. String? url,
})

Implementation

Images({this.title, this.url});