TUISeatInfo constructor
TUISeatInfo({})
Implementation
TUISeatInfo({
required this.index,
required this.userId,
this.userName,
this.avatarUrl,
this.isLocked,
this.isVideoLocked,
this.isAudioLocked,
});