DateShiftConfig constructor

DateShiftConfig({
  1. String? cryptoKey,
  2. KmsWrappedCryptoKey? kmsWrapped,
})

Implementation

DateShiftConfig({this.cryptoKey, this.kmsWrapped});