menu
carpenter package
documentation
carpenter.dart
RouteNodeReadable
stream property
stream property
dark_mode
light_mode
description
stream
property
Stream
<
RouteNode
?
>
get
stream
A stream that emits the latest
RouteNode
whenever the state changes.
Implementation
Stream<RouteNode?> get stream;
carpenter package
documentation
carpenter
RouteNodeReadable
stream property
RouteNodeReadable class