SlowlogGet constructor

SlowlogGet({
  1. required List<SlowlogGetInfo> list,
})

Implementation

SlowlogGet({
  required this.list,
});