IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior constructor

IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior({
  1. String? type,
  2. String? message,
})

Implementation

IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior(
    {String? type, String? message})
    : super(
          type: type,
          code:
              'IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior',
          message: message);