fromJsonModel static method

MyCalendarShow fromJsonModel(
  1. Map<String, dynamic> json
)

Implementation

static MyCalendarShow fromJsonModel(Map<String, dynamic> json) =>
    MyCalendarShow.fromJson(json);