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