notificationRequestFromJson function
Implementation
NotificationRequest notificationRequestFromJson(String str) =>
NotificationRequest.fromJson(json.decode(str));
NotificationRequest notificationRequestFromJson(String str) =>
NotificationRequest.fromJson(json.decode(str));