FbNewsAttachmentsVideoDirectResponse constructor

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

Implementation

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