CourseRosterChangesInfo.fromJson constructor
CourseRosterChangesInfo.fromJson(
- Map json_
Implementation
CourseRosterChangesInfo.fromJson(core.Map json_)
: this(
courseId: json_['courseId'] as core.String?,
);