Ancestor constructor

Ancestor({
  1. ResourceId? resourceId,
})

Implementation

Ancestor({
  this.resourceId,
});