getByTag method
Returns first nested tag with the matching tag.
Method only traverses substructures.
Implementation
@override
T getByTag(String tag) => getAllByTag(tag).first;
Returns first nested tag with the matching tag.
Method only traverses substructures.
@override
T getByTag(String tag) => getAllByTag(tag).first;