IosDecryptionOptions constructor

const IosDecryptionOptions({
  1. bool? shouldMigrate,
})

Creates a new IosDecryptionOptions instance.

Implementation

const IosDecryptionOptions({this.shouldMigrate});