words static method

String words(
  1. int words
)

Returns a string of words length with _word repeated

Implementation

static String words(int words) => _word * words;