NotificationSelectorArgs.fromJson constructor
NotificationSelectorArgs.fromJson(
- String str
Implementation
factory NotificationSelectorArgs.fromJson(String str) => NotificationSelectorArgs.fromMap(json.decode(str));