Link constructor

Link({
  1. required RegExpMatch regExpMatch,
  2. required String type,
})

Implementation

Link({required this.regExpMatch, required this.type});