ATInitResponse constructor

ATInitResponse(
  1. dynamic consentSet,
  2. dynamic userLocation,
  3. dynamic consentDismiss
)

Implementation

ATInitResponse(this.consentSet, this.userLocation, this.consentDismiss);