DeepLinkInfo constructor
DeepLinkInfo({
- String? extra,
- int? client_id,
- FormattedText? text,
- Bool? need_update_application,
Implementation
DeepLinkInfo({
super.extra,
super.client_id,
this.text,
this.need_update_application,
});