DocLink constructor

DocLink({
  1. required String text,
  2. String? target,
  3. bool isImage = false,
  4. String? url,
})

Implementation

DocLink({required this.text, this.target, this.isImage = false, this.url});