SeatInfo.fromUserId constructor

SeatInfo.fromUserId(
  1. String userId
)

Implementation

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