LearnerInformationAPI constructor

LearnerInformationAPI({
  1. required LearnerInformationAPIData data,
})

Returns a new LearnerInformationAPI instance.

Implementation

LearnerInformationAPI({
  required this.data,
});