ParentReference constructor

const ParentReference({
  1. String? group,
  2. String? name,
  3. String? namespace,
  4. String? resource,
  5. String? uid,
})

Default constructor.

Implementation

const ParentReference({
  this.group,
  this.name,
  this.namespace,
  this.resource,
  this.uid,
});