SecretReference constructor

const SecretReference({
  1. String? name,
  2. String? namespace,
})

Default constructor.

Implementation

const SecretReference({
  this.name,
  this.namespace,
});