InTrackUser constructor

InTrackUser(
  1. String userId
)

Implementation

InTrackUser(String userId) {
  this.userId = userId;
}