ClaimantResponse constructor Null safety

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

Implementation

ClaimantResponse(this.destination, this.predicate);