ComWebSocketLogDetailPage constructor
const
ComWebSocketLogDetailPage({
- Key? key,
- required String logId,
- ComWebSocketDebug? initialLog,
Implementation
const ComWebSocketLogDetailPage({
super.key,
required this.logId,
this.initialLog,
});