NexGuardFileMarkerSettings constructor

NexGuardFileMarkerSettings({
  1. String? license,
  2. int? payload,
  3. String? preset,
  4. WatermarkingStrength? strength,
})

Implementation

NexGuardFileMarkerSettings({
  this.license,
  this.payload,
  this.preset,
  this.strength,
});