PaywallClickEvent constructor

PaywallClickEvent({
  1. String? topic,
  2. List<MessageBodyEvent>? messageBody,
})

Implementation

PaywallClickEvent({this.topic, this.messageBody});