OwnerReference constructor

OwnerReference({
  1. String? apiVersion,
  2. bool? blockOwnerDeletion,
  3. bool? controller,
  4. String? kind,
  5. String? name,
  6. String? uid,
})

Implementation

OwnerReference({
  this.apiVersion,
  this.blockOwnerDeletion,
  this.controller,
  this.kind,
  this.name,
  this.uid,
});