MmOpenGraphVideosInner constructor

MmOpenGraphVideosInner({
  1. String? url,
  2. String? secureUrl,
  3. String? type,
  4. int? width,
  5. int? height,
})

Returns a new MmOpenGraphVideosInner instance.

Implementation

MmOpenGraphVideosInner({
  this.url,
  this.secureUrl,
  this.type,
  this.width,
  this.height,
});