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