DiscLink constructor

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

Implementation

DiscLink(this.text, this.link);