UserNotificationsCountResponse.fromJson constructor

UserNotificationsCountResponse.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory UserNotificationsCountResponse.fromJson(Map<String, dynamic> json) => _$UserNotificationsCountResponseFromJson(json);