Calendar.fromJson constructor

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

Implementation

Calendar.fromJson(Map<String, dynamic> json)
    : id = json['id'],
      title = json['title'];