FbNewsFeed constructor

const FbNewsFeed({
  1. required String feedResponse,
  2. required String profilePictureUrl,
  3. required FbNewsConfig config,
})

Implementation

const FbNewsFeed({
  required this.feedResponse,
  required this.profilePictureUrl,
  required this.config,
});