ParentReference constructor

ParentReference({
  1. String? id,
  2. bool? isRoot,
  3. String? kind,
  4. String? parentLink,
  5. String? selfLink,
})

Implementation

ParentReference({
  this.id,
  this.isRoot,
  this.kind,
  this.parentLink,
  this.selfLink,
});