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