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