menu
rover_dashboard
models.dart
LogsModel
stream property
stream
dark_mode
light_mode
description
stream
property
Stream
<
BurtLog
>
get
stream
A stream of incoming logs.
Implementation
Stream<BurtLog> get stream => _controller.stream;
rover_dashboard
models
LogsModel
stream property
LogsModel class