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