BannerVideo constructor

BannerVideo({
  1. String? publicUrl,
  2. String? name,
})

Implementation

BannerVideo({
  this.publicUrl,
  this.name,
});