NEVoiceRoomSeatRequestItem constructor

NEVoiceRoomSeatRequestItem(
  1. int index,
  2. String user,
  3. String? userName,
  4. String? icon,
)

Implementation

NEVoiceRoomSeatRequestItem(this.index, this.user, this.userName, this.icon);