UserVipInfo constructor
UserVipInfo({})
Implementation
UserVipInfo({
this.jointVip = false,
this.color = '',
this.underline = false,
this.metal = false,
this.autoCheckin = 0,
this.bold = false,
this.oId = '',
this.state = false,
this.userId = '',
this.lvCode = '',
this.expiresAt = 0,
this.createdAt = 0,
this.updatedAt = 0,
});