ParamModel constructor

ParamModel(
  1. String ptUrl,
  2. bool? rankingSwitch,
  3. String ptMgrAccount,
  4. int modifyNickNameNeedCoin,
  5. String anchorAuditor,
  6. String anchorDownloadAddress,
  7. String ptDownloadUrl,
  8. String merchantPromoteBgPicUrl,
  9. String jcApplicationHost,
  10. String jcWebSocketHost,
  11. String jcWebviewHost,
  12. String jcAppFlag,
  13. String jcApiKey,
  14. String jcSecretKey,
  15. String merchantHomeUrl,
  16. String merchantHomeIconUrl,
  17. String merchantHomeDesc,
  18. String previewTime,
  19. String shareDomain,
)

Implementation

ParamModel(
    this.ptUrl,
    this.rankingSwitch,
    this.ptMgrAccount,
    this.modifyNickNameNeedCoin,
    this.anchorAuditor,
    this.anchorDownloadAddress,
    this.ptDownloadUrl,
    this.merchantPromoteBgPicUrl,
    this.jcApplicationHost,
    this.jcWebSocketHost,
    this.jcWebviewHost,
    this.jcAppFlag,
    this.jcApiKey,
    this.jcSecretKey,
    this.merchantHomeUrl,
    this.merchantHomeIconUrl,
    this.merchantHomeDesc,
    this.previewTime,
    this.shareDomain);