Export constructor

Export({
  1. String? exportingStackId,
  2. String? name,
  3. String? value,
})

Implementation

Export({
  this.exportingStackId,
  this.name,
  this.value,
});