cast<T> method

*<Null safety>*
  • @override

Iterable<T> cast <T>() inherited

Implementation

@override
Iterable<T> cast<T>() => _base.cast<T>();