menu
flutter_url_shortener package
documentation
bitly_params.dart
BitlyParams
BitlyParams constructor
BitlyParams constructor
dark_mode
light_mode
BitlyParams
constructor
BitlyParams
(
{
String
?
longUrl
,
String
?
domain
,
String
?
groupId
,
String
?
title
,
List
<
String
>
?
tags
,
List
<
DeeplinkParams
>
?
deeplinks
,
})
Implementation
BitlyParams({ this.longUrl, this.domain, this.groupId, this.title, this.tags, this.deeplinks, });
flutter_url_shortener package
documentation
bitly_params
BitlyParams
BitlyParams constructor
BitlyParams class