WordList class

Properties

hashCode int
The hash code for this object.
no setterinherited
language String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
words List<String>
getter/setter pair

Methods

findIndex(String word) int
getWord(int index) String
Get the word at the specified index.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instances Map<String, WordList>
final

Static Methods

english() WordList
getLanguage({String language = 'english'}) WordList