BannerSizeType constructor

const BannerSizeType({
  1. String type = "CUSTOM",
})

Implementation

const BannerSizeType({this.type = "CUSTOM"});