ManifestParams constructor

ManifestParams({
  1. int? embeddedLengthMax,
  2. String? passcode,
  3. String? recipient,
})

Implementation

ManifestParams({this.embeddedLengthMax, this.passcode, this.recipient});