VerticalFeedItemComponent constructor

VerticalFeedItemComponent(
  1. String type,
  2. String id,
  3. String? customPayload
)

Implementation

VerticalFeedItemComponent(this.type, this.id, this.customPayload);