notificationDataResponseToJson function

String notificationDataResponseToJson(
  1. NotificationDataResponse data
)

Implementation

String notificationDataResponseToJson(NotificationDataResponse data) =>
    json.encode(data.toJson());