encryption property

Factory get encryption

Implementation

d.Factory get encryption {
  _encryption ??= d.Factory();
  return _encryption!;
}