Dart Runes cast()
Syntax & Examples

Syntax of Runes.cast()

The syntax of Runes.cast() method is:

 Iterable<R> cast<R>() 

This cast() method of Runes provides a view of this iterable as an iterable of R instances.

Return Type

Runes.cast() returns value of type Iterable<R>.