DeepLinkInfo constructor

DeepLinkInfo({
  1. FormattedText? text,
  2. required bool needUpdateApplication,
})

Implementation

DeepLinkInfo({this.text, required this.needUpdateApplication});