ApiLogListTile constructor
const
ApiLogListTile({
- Key? key,
- required ApiLogEntry entry,
Implementation
const ApiLogListTile({super.key, required this.entry});
const ApiLogListTile({super.key, required this.entry});