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