FacebookVideoEmbedData constructor

const FacebookVideoEmbedData({
  1. required String videoUrl,
})

Implementation

const FacebookVideoEmbedData({required this.videoUrl})
    : super(aspectRatio: 16 / 9);