TextIpsum class
Constructors
Properties
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