BannerComponent constructor

BannerComponent({
  1. required String type,
  2. required String id,
  3. String? customPayload,
})

Implementation

BannerComponent({required this.type, required this.id, this.customPayload});