NotificationGetUnreadCountInput.fromJson constructor

NotificationGetUnreadCountInput.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory NotificationGetUnreadCountInput.fromJson(Map<String, Object?> json) =>
    _$NotificationGetUnreadCountInputFromJson(json);