The Selection Procedure is based on the solution to the following problem statement.
Write a dart class for tech learners and mentors. Should have following methods.
addStacks() : Add a particular stack of interest/expertis.
setMentorOrLearner() : Set whether the participant is learner or mentor.
setAvailableTime() : if person is mentor set available time.
getMentor() : Takes stack and time as params and finds available mentors.
Please use the same method names.
The adviced resources(by TinkerHub) to learn Dart programming language are as follows :