FeedInteraction.fromJson constructor

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

Implementation

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