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