NotificationFeedMeta.fromJson constructor

NotificationFeedMeta.fromJson(
  1. Map json
)

Implementation

factory NotificationFeedMeta.fromJson(Map json) =>
    _$NotificationFeedMetaFromJson(json);