DiscCode constructor

DiscCode(
  1. String text, {
  2. bool multiline = false,
})

Make a code markdown text.

Implementation

DiscCode(this.text, {this.multiline = false});