LTSReport constructor

LTSReport({
  1. required List<Map<String, String>> logs,
  2. Map<String, String> labels = const {},
})

Implementation

LTSReport({required this.logs, this.labels = const {}});