TMeUrl constructor
TMeUrl({
- String? extra,
- int? client_id,
- string? url,
- TMeUrlType? type,
Implementation
TMeUrl({
super.extra,
super.client_id,
this.url,
this.type,
});