nearbyPeers property Null safety

RxList<Peer> nearbyPeers
final

Creating a reactive variable called nearbyPeers that is initialized to the value <Peer>[].

Implementation

final nearbyPeers = <Peer>[].obs;