word property

String get word

Returns a random word.

Example:

Text().word; // "named"

Implementation

String get word => words(quantity: 1).first;