ParamModel constructor
ParamModel(
- String ptUrl,
- bool? rankingSwitch,
- String ptMgrAccount,
- int modifyNickNameNeedCoin,
- String anchorAuditor,
- String anchorDownloadAddress,
- String ptDownloadUrl,
- String merchantPromoteBgPicUrl,
- String jcApplicationHost,
- String jcWebSocketHost,
- String jcWebviewHost,
- String jcAppFlag,
- String jcApiKey,
- String jcSecretKey,
- String merchantHomeUrl,
- String merchantHomeIconUrl,
- String merchantHomeDesc,
- String previewTime,
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);