menu
rover_dashboard
models.dart
SerialModel
hasDevice property
hasDevice
dark_mode
light_mode
description
hasDevice
property
bool
get
hasDevice
Returns true if any device is connected.
Implementation
bool get hasDevice => devices.isNotEmpty;
rover_dashboard
models
SerialModel
hasDevice property
SerialModel class