connected property Null safety

RxBool connected
final

Creating a reactive variable called connected that is initialized to the value false.

Implementation

final connected = false.obs;