menu
rover_dashboard
models.dart
maxLogCount constant
maxLogCount
dark_mode
light_mode
description
maxLogCount
top-level constant
int const
maxLogCount
The maximum amount of logs (to prevent consuming too much memory).
Implementation
const maxLogCount = 1000;
rover_dashboard
models
maxLogCount constant
models library