FollowFeed constructor

const FollowFeed({
  1. @JsonKey.new(name: 'feed_id') required int feedId,
  2. required bool follow,
  3. required String auth,
})

Implementation

const factory FollowFeed({@JsonKey(name: 'feed_id') required int feedId, required bool follow, required String auth}) = _FollowFeed;