LinkToken constructor

const LinkToken(
  1. String text,
  2. String url
)

Implementation

const LinkToken(this.text, this.url);