XHMatchInfo constructor

XHMatchInfo({
  1. required int matchType,
  2. required int start,
  3. required int end,
  4. required String value,
})

Implementation

XHMatchInfo({
  required this.matchType,
  required this.start,
  required this.end,
  required this.value,
});