EUASecret constructor

EUASecret({
  1. String? secretValue,
  2. String? secretVersion,
})

Implementation

EUASecret({this.secretValue, this.secretVersion});