ClaimantPredicateResponse constructor

ClaimantPredicateResponse(
  1. bool? unconditional,
  2. List<ClaimantPredicateResponse>? and,
  3. List<ClaimantPredicateResponse>? or,
  4. ClaimantPredicateResponse? not,
  5. String? beforeAbsoluteTime,
  6. String? beforeRelativeTime,
)

Implementation

ClaimantPredicateResponse(this.unconditional, this.and, this.or, this.not,
    this.beforeAbsoluteTime, this.beforeRelativeTime);