toMap method
dynamic
toMap()
Implementation
toMap() {
return {
"isNewUser": isNewUser,
"userId": userId,
"freeEpisodeCount": freeEpisodeCount,
"unlockEpisodeCount": unlockEpisodeCount,
"isHideTitleBar": isHideTitleBar,
"isDisableUnlockTipDialog": isDisableUnlockTipDialog,
"isDisableShowTubePanelEntry": isDisableShowTubePanelEntry,
"isHideDetailTitleBar": isHideDetailTitleBar,
"isHideDetailBottomTitle": isHideDetailBottomTitle,
"isHideDetailBottomDesc": isHideDetailBottomDesc,
"isHideDetailPlaySeekbar": isHideDetailPlaySeekbar,
"profileName": profileName,
"pageStyle": pageStyle,
"topTubeId": topTubeId,
"isHideChangeBtn": isHideChangeBtn,
"isHideMoreBtn": isHideMoreBtn,
};
}