menu
tdlib package
documentation
td_api.dart
HttpUrl
HttpUrl const constructor
HttpUrl const constructor
dark_mode
light_mode
HttpUrl
constructor
const
HttpUrl
(
{
required
String
url
,
dynamic
extra
,
int
?
clientId
,
})
Contains an HTTP URL
Implementation
const HttpUrl({ required this.url, this.extra, this.clientId, });
tdlib package
documentation
td_api
HttpUrl
HttpUrl const constructor
HttpUrl class