LogList constructor

LogList({
  1. required int total,
  2. required List<Log> logs,
})

Implementation

LogList({required this.total, required this.logs});