isConsentTask property
Returns true
if the task is a Consent Task. It is considered a Consent Task if it has an RPConsentReviewStep
Implementation
bool get isConsentTask => this._isConsentTask;
Returns true
if the task is a Consent Task. It is considered a Consent Task if it has an RPConsentReviewStep
bool get isConsentTask => this._isConsentTask;