CourseNotifyData.fromRawJson constructor

CourseNotifyData.fromRawJson(
  1. String str
)

Implementation

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