notificationRequestFromJson function

NotificationRequest notificationRequestFromJson(
  1. String str
)

Implementation

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