Config constructor
Config({
- required ClientActivityCase clientActivityCase,
- required ClientAdConfig clientAdConfig,
- required String clientAddFriendFrame,
- required int clientAddFriendLimitNum,
- required int clientAlipayDiscountPrice,
- required List<
ClientAppAgreement> clientAppAgreement, - required bool clientAppAuditEnable,
- required bool clientAppBackgroundEnable,
- required String clientAppRechargeTipsColor,
- required String clientAppRechargeTipsLevel,
- required ClientCenterWeixinService clientCenterWeixinService,
- required ClientCouponTips clientCouponTips,
- required ClientGuideConfig clientGuideConfig,
- required bool clientGuideEnable,
- required bool clientGuidePayEnable,
- required bool clientHomeAddFriendTips,
- required bool clientInformationRoamEnable,
- required String clientOceanAppid,
- required bool clientPayAgreementEnable,
- required bool clientPayEnable,
- required bool clientPayTipEnable,
- required List<
String> clientPayType, - required List<
String> clientRedeemCodeDescribe, - required ClientCouponTips clientRetentionCouponTips,
- required List<
String> clientSignInRule, - required ClientTencentConfig clientTencentConfig,
- required bool clientThreeAdEnable,
- required String clientTiandituUrl,
- required ClientVersionUpgrade clientVersionUpgrade,
- required String clientWxLoginAppid,
Implementation
Config({
required this.clientActivityCase,
required this.clientAdConfig,
required this.clientAddFriendFrame,
required this.clientAddFriendLimitNum,
required this.clientAlipayDiscountPrice,
required this.clientAppAgreement,
required this.clientAppAuditEnable,
required this.clientAppBackgroundEnable,
required this.clientAppRechargeTipsColor,
required this.clientAppRechargeTipsLevel,
required this.clientCenterShareParam,
required this.clientCenterShareUrl,
required this.clientCenterWeixinService,
required this.clientCouponTips,
required this.clientGuideConfig,
required this.clientGuideEnable,
required this.clientGuidePayEnable,
required this.clientHomeAddFriendTips,
required this.clientInformationRoamEnable,
required this.clientOceanAppid,
required this.clientPayAgreementEnable,
required this.clientPayEnable,
required this.clientPayTipEnable,
required this.clientPayType,
required this.clientRedeemCodeDescribe,
required this.clientRetentionCouponTips,
required this.clientShareActivityEnable,
required this.clientSignInRule,
required this.clientTencentConfig,
required this.clientThreeAdEnable,
required this.clientTiandituUrl,
required this.clientVersionUpgrade,
required this.clientWxLoginAppid,
});