TeleCode constructor

TeleCode(
  1. String text, {
  2. String lang = '',
})

Make a code markdown text.

Implementation

TeleCode(this.text, {this.lang = ''});