LearnerInformationAPI constructor
LearnerInformationAPI({
- required LearnerInformationAPIData data,
Returns a new LearnerInformationAPI instance.
Implementation
LearnerInformationAPI({
required this.data,
});