availableWords property

List<int> get availableWords

Implementation

static List<int> get availableWords => values.map((e) => e.words).toList();