notificationDataResponseFromJson function

NotificationDataResponse notificationDataResponseFromJson(
  1. String str
)

Implementation

NotificationDataResponse notificationDataResponseFromJson(String str) =>
    NotificationDataResponse.fromJson(json.decode(str));