ApiLogDetailScreen constructor
const
ApiLogDetailScreen({
- Key? key,
- required ApiLogModel log,
Implementation
const ApiLogDetailScreen({super.key, required this.log});
const ApiLogDetailScreen({super.key, required this.log});