CourseNotify.fromJson constructor

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

Implementation

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