Config constructor

Config({
  1. required ClientActivityCase clientActivityCase,
  2. required ClientAdConfig clientAdConfig,
  3. required String clientAddFriendFrame,
  4. required int clientAddFriendLimitNum,
  5. required int clientAlipayDiscountPrice,
  6. required List<ClientAppAgreement> clientAppAgreement,
  7. required bool clientAppAuditEnable,
  8. required bool clientAppBackgroundEnable,
  9. required String clientAppRechargeTipsColor,
  10. required String clientAppRechargeTipsLevel,
  11. required ClientCenterShareParam clientCenterShareParam,
  12. required String clientCenterShareUrl,
  13. required ClientCenterWeixinService clientCenterWeixinService,
  14. required ClientCouponTips clientCouponTips,
  15. required ClientGuideConfig clientGuideConfig,
  16. required bool clientGuideEnable,
  17. required bool clientGuidePayEnable,
  18. required bool clientHomeAddFriendTips,
  19. required bool clientInformationRoamEnable,
  20. required String clientOceanAppid,
  21. required bool clientPayAgreementEnable,
  22. required bool clientPayEnable,
  23. required bool clientPayTipEnable,
  24. required List<String> clientPayType,
  25. required List<String> clientRedeemCodeDescribe,
  26. required ClientCouponTips clientRetentionCouponTips,
  27. required bool clientShareActivityEnable,
  28. required List<String> clientSignInRule,
  29. required ClientTencentConfig clientTencentConfig,
  30. required bool clientThreeAdEnable,
  31. required String clientTiandituUrl,
  32. required ClientVersionUpgrade clientVersionUpgrade,
  33. 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,
});