Secret constructor

Secret(
  1. String value
)

Implementation

Secret(this.value) {
  ImpaktfullCliLogger.saveSecret(value);
}