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