ApiLogCard constructor
const
ApiLogCard({
- required ApiLogModel apiLog,
- bool isHighlighted = false,
- VoidCallback? onCopy,
- Key? key,
Implementation
const ApiLogCard({
required this.apiLog,
this.isHighlighted = false,
this.onCopy,
super.key,
});