BucketEncryption.fromJson constructor
BucketEncryption.fromJson(
- Map _json
Implementation
BucketEncryption.fromJson(core.Map _json)
: this(
defaultKmsKeyName: _json.containsKey('defaultKmsKeyName')
? _json['defaultKmsKeyName'] as core.String
: null,
);