Link constructor

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

Implementation

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