factory ClaimantResponse.fromJson(Map<String, dynamic> json) => ClaimantResponse(json['destination'], ClaimantPredicateResponse.fromJson(json['predicate']));