unReadNotificationCountToJson function

String unReadNotificationCountToJson(
  1. UnReadNotificationCount data
)

Implementation

String unReadNotificationCountToJson(UnReadNotificationCount data) => json.encode(data.toJson());