CourseNotifyData.fromJson constructor

CourseNotifyData.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory CourseNotifyData.fromJson(Map<String, dynamic> json) =>
    _$CourseNotifyDataFromJson(json);