BoundObjectReference constructor

const BoundObjectReference({
  1. String? apiVersion,
  2. String? kind,
  3. String? name,
  4. String? uid,
})

Default constructor.

Implementation

const BoundObjectReference({
  this.apiVersion,
  this.kind,
  this.name,
  this.uid,
});