Lorem class

Constructors

Lorem.paragraph({int? minWord, int? maxWord})
Lorem.sentence({int? minWord, int? maxWord})
Lorem.word({int? minChar, int? maxChar})

Properties

hashCode int
The hash code for this object.
no setterinherited
lorem String
no setter
maxChar int?
maxChar count of a maximum characters in word.
latefinal
maxWord int?
maxWord count of a maximum words in paragraph or sentence.
latefinal
minChar int?
minChar count of a minimum characters in word.
latefinal
minWord int?
minWord count of a minimum words in paragraph or sentence.
latefinal
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