DeepLinkInfo constructor
DeepLinkInfo({
- FormattedText? text,
- required bool needUpdateApplication,
Implementation
DeepLinkInfo({this.text, required this.needUpdateApplication});