ComAppLogDetailPage constructor

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

Implementation

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