Study constructor

Study(
  1. String id,
  2. String userId
)

Implementation

Study(this.id, this.userId);