Dart Documentationenumerators

enumerators library

Functions

Enumeration fix(Enumeration f(Enumeration)) #

Enumeration fix(Enumeration f(Enumeration)) => new Enumeration.fix(f);

Enumeration singleton(x) #

Enumeration singleton(x) => new Enumeration.singleton(x);

Enumeration empty() #

Enumeration empty() => new Enumeration.empty();

Abstract Classes

Classes