ofType<T extends AIContent> method
Returns all items of type T.
Implementation
Iterable<T> ofType<T extends AIContent>() => whereType<T>();
Returns all items of type T.
Iterable<T> ofType<T extends AIContent>() => whereType<T>();