LogMatch constructor

LogMatch({
  1. String? filter,
  2. Map<String, String>? labelExtractors,
})

Implementation

LogMatch({this.filter, this.labelExtractors});