ProtectionOptions constructor
ProtectionOptions({
- required String password,
- String? ownerPassword,
- String encryptionLevel = '256',
- PermissionOptions permissions = const PermissionOptions(),
Constructor
Implementation
ProtectionOptions({
required this.password,
this.ownerPassword,
this.encryptionLevel = '256',
this.permissions = const PermissionOptions(),
});