NotificationsData.fromJson constructor

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

Implementation

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