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