PaywallViewEvent constructor

PaywallViewEvent({
  1. String? topic,
  2. List<MessageBody>? messageBody,
})

Implementation

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