get<R extends T> method
R
get<R extends T>()
inherited
Same as getByTag, but accepts type R.
Implementation
R get<R extends T>() => getAll<R>().first;
Same as getByTag, but accepts type R.
R get<R extends T>() => getAll<R>().first;