BitlyParams constructor

BitlyParams({
  1. String? longUrl,
  2. String? domain,
  3. String? groupId,
  4. String? title,
  5. List<String>? tags,
  6. List<DeeplinkParams>? deeplinks,
})

Implementation

BitlyParams({
  this.longUrl,
  this.domain,
  this.groupId,
  this.title,
  this.tags,
  this.deeplinks,
});