PbsEmbedData constructor

const PbsEmbedData({
  1. required String embedUrl,
})

Creates an instance of the embed data

Implementation

const PbsEmbedData({required this.embedUrl})
    : super(
        aspectRatio: 16 / 9,
        canChangeSize: false,
      );