SSEKMS constructor

SSEKMS({
  1. required String keyId,
})

Implementation

SSEKMS({
  required this.keyId,
});