nearbyPeers property Null safety
final
Creating a reactive variable called nearbyPeers
that is initialized to the value <Peer>[]
.
Implementation
final nearbyPeers = <Peer>[].obs;
Creating a reactive variable called nearbyPeers
that is initialized to the value <Peer>[]
.
final nearbyPeers = <Peer>[].obs;