UserCalendar.fromJson constructor

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

Implementation

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