getByTag method

  1. @override
Gedcom7Structure getByTag(
  1. String tag
)
inherited

Returns first nested tag with the matching tag.

Method only traverses substructures.

Implementation

@override
T getByTag(String tag) => getAllByTag(tag).first;