getAll<R extends T> method
Same as getAllByTag, but accepts type R.
Implementation
Iterable<R> getAll<R extends T>() => substructures.whereType<R>();
Same as getAllByTag, but accepts type R.
Iterable<R> getAll<R extends T>() => substructures.whereType<R>();