EncryptionMethod property
String?
get
EncryptionMethod
Implementation
String? get EncryptionMethod => this._encryptionMethod;
set
EncryptionMethod
(String? value)
Implementation
set EncryptionMethod(String? value) => this._encryptionMethod = value;