ApiLogDetailScreen constructor

const ApiLogDetailScreen({
  1. Key? key,
  2. required ApiLogModel log,
})

Implementation

const ApiLogDetailScreen({super.key, required this.log});