LMInitResponse constructor

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

Implementation

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