ObjectReference constructor
const
ObjectReference({})
Default constructor.
Implementation
const ObjectReference({
this.apiVersion,
this.fieldPath,
this.kind,
this.name,
this.namespace,
this.resourceVersion,
this.uid,
});