OsUserEnrollment.fromJson constructor
Alternate constructor that creates an OsUserEnrollment from a json.
Params:
- json: contains the source for instance creation.
Implementation
factory OsUserEnrollment.fromJson(Map<String, dynamic> json) {
return OsUserEnrollmentImpl.fromJson(json);
}