ShopLiveCommonUser constructor
ShopLiveCommonUser({})
Implementation
ShopLiveCommonUser({
required this.userId,
this.userName,
this.age,
this.gender,
this.userScore,
this.custom,
});
ShopLiveCommonUser({
required this.userId,
this.userName,
this.age,
this.gender,
this.userScore,
this.custom,
});