SourceInfo constructor
SourceInfo({})
Creates a new instance of SourceInfo
Implementation
factory SourceInfo({
required String appIconUrl,
required String appName,
required String appDeepLinkCallBack,
}) = _SourceInfo;