encrypted property
      
      bool?
      get
      encrypted
      
    
    
    
Implementation
_i2.bool? get encrypted => _i4.getProperty(
      this,
      'encrypted',
    );
      
      set
      encrypted
      (bool? value) 
      
    
    
    
Implementation
set encrypted(_i2.bool? value) {
  _i4.setProperty(
    this,
    'encrypted',
    value ?? _i6.undefined,
  );
}