InternalLinkTypeUnknownDeepLink.fromJson constructor
Parse from a json
Implementation
factory InternalLinkTypeUnknownDeepLink.fromJson(Map<String, dynamic> json) => InternalLinkTypeUnknownDeepLink(
link: json['link'],
extra: json['@extra'],
clientId: json['@client_id'],
);