$KMSEnvMap class
Used by:
- batch:v1 : AgentKMSEnvMap
- batch:v1 : KMSEnvMap
Constructors
- $KMSEnvMap({String? cipherText, String? keyName})
- $KMSEnvMap.fromJson(Map json_)
Properties
- cipherText ↔ String?
-
The value of the cipherText response from the
encrypt
method.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- keyName ↔ String?
-
The name of the KMS key that will be used to decrypt the cipher text.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited