NamiPaywallEventVideoMetadata constructor

NamiPaywallEventVideoMetadata({
  1. String? id,
  2. String? name,
  3. String? url,
  4. bool loopVideo = false,
  5. bool muteByDefault = false,
  6. bool autoplayVideo = false,
  7. double? contentTimeCode,
  8. double? contentDuration,
})

Implementation

NamiPaywallEventVideoMetadata(
    {this.id,
    this.name,
    this.url,
    this.loopVideo = false,
    this.muteByDefault = false,
    this.autoplayVideo = false,
    this.contentTimeCode,
    this.contentDuration});