TextIpsum class

Constructors

TextIpsum()

Properties

hashCode int
The hash code for this object.
no setterinherited
rawText String
custom getters to access text's list and object
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createLargeParagraph([int numberOfParagraph = 1]) String
The method createLargeParagraph is used to generate a short paragraph having words length between 8-15 words.
createMediumParagraph([int numberOfParagraph = 1]) String
The method createMediumParagraph is used to generate a short paragraph having words length between 5-8 words.
createSentence({int numberOfSentence = 1}) String
The method createSentence is used to generate a random sentence. By default, it will generate one sentence. The numberOfSentence param will specify the number of sentences.
createShortParagraph([int numberOfParagraph = 1]) String
The method createShortParagraph is used to generate a short paragraph having words length between 3-5 words.
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