ShorteStLinkData constructor

ShorteStLinkData({
  1. String? status,
  2. String? shortenedUrl,
})

Implementation

ShorteStLinkData({this.status, this.shortenedUrl});