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