longParagraph property
String
get
longParagraph
Returns a string of sentences length with _word repeated
Implementation
static String get longParagraph => _word * 50;
Returns a string of sentences length with _word repeated
static String get longParagraph => _word * 50;