CalendarNotification.fromJson constructor

CalendarNotification.fromJson(
  1. Map json_
)

Implementation

CalendarNotification.fromJson(core.Map json_)
  : this(
      method: json_['method'] as core.String?,
      type: json_['type'] as core.String?,
    );