NEVoiceRoomSeatInfo constructor

NEVoiceRoomSeatInfo(
  1. String creator,
  2. List<String> managers,
  3. List<NEVoiceRoomSeatItem> seatItems
)

Implementation

NEVoiceRoomSeatInfo(this.creator, this.managers, this.seatItems);