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