FbNewsAttachmentsPhotos constructor

const FbNewsAttachmentsPhotos({
  1. required Map<String, dynamic> feed,
})

Implementation

const FbNewsAttachmentsPhotos({
  required this.feed,
});