Link constructor
const
Link({
- required RegExpMatch regExpMatch,
- required String type,
Implementation
const Link({required this.regExpMatch, required this.type});