TeleCode constructor

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

Implementation

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