BannerImage constructor

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

Implementation

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