SwipperModel constructor

SwipperModel({
  1. String? title,
  2. String? description,
  3. String? url,
})

Implementation

SwipperModel({this.title, this.description, this.url});