isChild property

bool get isChild

Checks if this individual is child of a family

Implementation

bool get isChild =>
    children.any((element) => element.tag == GEDCOM_TAG_FAMILY_CHILD);