hasConsented method

VisitorBuilder hasConsented(
  1. bool hasConsented
)

Implementation

VisitorBuilder hasConsented(bool hasConsented) {
  _hasConsented = hasConsented;
  return this;
}