ComAppLogDetailPage constructor

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

Implementation

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