Secret constructor

Secret(
  1. String name,
  2. String value
)

Implementation

Secret(this.name, this.value);