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