OwnerReference constructor
const
OwnerReference({})
Default constructor.
Implementation
const OwnerReference({
required this.apiVersion,
this.blockOwnerDeletion,
this.controller,
required this.kind,
required this.name,
required this.uid,
});