ApiLogListTile constructor

const ApiLogListTile({
  1. Key? key,
  2. required ApiLogEntry entry,
})

Implementation

const ApiLogListTile({super.key, required this.entry});