FieldLevelEncryptionConfig constructor

FieldLevelEncryptionConfig({
  1. required String callerReference,
  2. String? comment,
  3. ContentTypeProfileConfig? contentTypeProfileConfig,
  4. QueryArgProfileConfig? queryArgProfileConfig,
})

Implementation

FieldLevelEncryptionConfig({
  required this.callerReference,
  this.comment,
  this.contentTypeProfileConfig,
  this.queryArgProfileConfig,
});