CourseToSlot.fromJson constructor

CourseToSlot.fromJson(
  1. Map<String, Object?> json
)

Creates a CourseToSlot mapping from json.

Implementation

factory CourseToSlot.fromJson(Map<String, Object?> json) => _$CourseToSlotFromJson(json);