word method

String word()
inherited

Generates fake word.

Example:

faker.word() // lorem

Implementation

String word() => wordList.random;