GetNotifications.fromJson constructor

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

Implementation

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