withOwnChildren method

EnrichmentFlags withOwnChildren()

If called activity object will have attribute "own_children" that contains children reactions of the user

Implementation

EnrichmentFlags withOwnChildren() {
  _flags[_EnrichmentType.ownChildren] = true;
  return this;
}