AMapPrivacyStatement constructor
const
AMapPrivacyStatement({})
构造AMapPrivacyStatement
hasContains
隐私权政策是否包含高德开平隐私权政策
hasShow
隐私权政策是否弹窗展示告知用户
hasAgree
隐私权政策是否已经取得用户同意
Implementation
const AMapPrivacyStatement({@required this.hasContains = false, @required this.hasShow=false, @required this
.hasAgree=false});