ClaimantResponse constructor

ClaimantResponse(
  1. String destination,
  2. ClaimantPredicateResponse predicate
)

Implementation

ClaimantResponse(this.destination, this.predicate);