Semester.fromRawJson constructor
Semester.fromRawJson(
- String str
Implementation
factory Semester.fromRawJson(String str) => Semester.fromJson(
json.decode(str) as Map<String, dynamic>,
);
factory Semester.fromRawJson(String str) => Semester.fromJson(
json.decode(str) as Map<String, dynamic>,
);