SeatInfo.fromUserId constructor
SeatInfo.fromUserId(
- String userId
Implementation
SeatInfo.fromUserId(String userId) {
this.userId.value = userId;
}
SeatInfo.fromUserId(String userId) {
this.userId.value = userId;
}