Dart Runes toSet()
Syntax & Examples

Syntax of Runes.toSet()

The syntax of Runes.toSet() method is:

 Set<int> toSet() 

This toSet() method of Runes creates a Set containing the same elements as this iterable.

Return Type

Runes.toSet() returns value of type Set<int>.