FavoriteItems<T> typedef
Null safety
items
are the original item from items
or/and asyncItems
Implementation
typedef List<T> FavoriteItems<T>(List<T> items);
items
are the original item from items
or/and asyncItems
typedef List<T> FavoriteItems<T>(List<T> items);