DiscBlockQuote constructor

DiscBlockQuote(
  1. String text, {
  2. bool wholeMsg = false,
})

Make a block qoutes markdown text.

Implementation

DiscBlockQuote(this.text, {this.wholeMsg = false});