call method

CurriculumLevelsProvider call(
  1. String domainId
)

See also curriculumLevels.

Implementation

CurriculumLevelsProvider call(String domainId) {
  return CurriculumLevelsProvider(domainId);
}