AMapPrivacyStatement constructor

const AMapPrivacyStatement({
  1. bool? hasContains = false,
  2. bool? hasShow = false,
  3. bool? hasAgree = false,
})

构造AMapPrivacyStatement

hasContains 隐私权政策是否包含高德开平隐私权政策

hasShow 隐私权政策是否弹窗展示告知用户

hasAgree 隐私权政策是否已经取得用户同意

Implementation

const AMapPrivacyStatement({this.hasContains = false, this.hasShow=false, this.hasAgree=false});