DiscListItem constructor

DiscListItem(
  1. String text, {
  2. bool indent = false,
})

Make a list item markdown text.

Implementation

DiscListItem(this.text, {this.indent = false});