Lorem.word constructor

Lorem.word({
  1. int? minChar,
  2. int? maxChar,
})

Implementation

Lorem.word({
  this.minChar,
  this.maxChar,
}) : _loremType = _LoremType.word;