DiscLink constructor

DiscLink(
  1. String text,
  2. String link
)

Make a link markdown text.

Implementation

DiscLink(this.text, this.link);