Lipsum class

Constructors

Lipsum()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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 Methods

createParagraph({int numSentences = -1, int numParagraphs = 1}) String
Creates random paragraphs.
createSentence({int sentenceLength = -1, int numSentences = 1}) String
Creates random sentences.
createText({int numParagraphs = -1, int numSentences = -1}) String
Creates a text comprised of a number of paragraphs.
createWord([int numWords = 1]) String
Creates numWords number of random words.