word property
String
get
word
Returns a random word.
Example:
Text().word; // "named"
Implementation
String get word => words(quantity: 1).first;
Returns a random word.
Example:
Text().word; // "named"
String get word => words(quantity: 1).first;