ExternalLink constructor

ExternalLink(
  1. String? type,
  2. String? url
)

Implementation

ExternalLink(this.type, this.url);