obfuscate property

bool? obfuscate
final

Allows this values to be encrypted using a random generated key that is then XOR'd with the encrypted value when being accessed the first time. Please note that the values can not be offered with the const qualifier, but only with final. Overrides the per-class obfuscate option!

Implementation

final bool? obfuscate;