ComWebSocketLogDetailPage constructor

const ComWebSocketLogDetailPage({
  1. Key? key,
  2. required String logId,
  3. ComWebSocketDebug? initialLog,
})

Implementation

const ComWebSocketLogDetailPage({
  super.key,
  required this.logId,
  this.initialLog,
});