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